Computer Science, asked by ruba70, 4 months ago

get the length of the string welcome to python using string function​

Answers

Answered by Anonymous
2

Explanation:

Python has a method called len() that gives us the length of any composite object. To get the length of a string, just pass the string to the len() call.

Similar questions