Computer Science, asked by sonu7166, 9 months ago

write a python programming to calculate the length of a string​

Answers

Answered by learnatyour
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