Python program to Print the length of the string ‘programmer’

Advertisements
Advertisements
Advertisements3
Advertisements4
Advertisements6
Advertisements66
# program to print length of the string 'programmer'
a="programmer"
print(len(a))

#otherway to print length of the string 'programmer'
#print(len("programmer"))


Author: Lakshmi Prasanna Ponnala

Completed M.Tech in Digital Electronics and Communication Systems.

Leave a Reply

error: Content is protected !!

Discover more from ece4uplp

Subscribe now to keep reading and get access to the full archive.

Continue reading