write a python programming to calculate the length of a string
Answers
Answered by
2
Answer:
x = "Follow me"
print(len(x))
~output~
--- 8
follow me for more answers and rate it so everyone can understand the quality of answer
thank u
Similar questions