+ 1
I don't understand the len code can you explain me?
6 Antworten
+ 9
The len() function in Python is short for length and returns the number of items in an object.
If it's a string value, it returns the number of characters.
+ 6
Hello, 😊
Can you specifying your question correctly!
Use the search bar!
https://www.sololearn.com/post/10362/?ref=app
Please, read our guidelines:
https://www.sololearn.com/discuss/1316935/?ref=app
An useful code for any new user here!;)
https://code.sololearn.com/WvG0MJq2dQ6y/
+ 2
Hi! I'm afraid I don't know which code you are referring to. Could you please save it in Code Playground and share a link? Thanks.
+ 2
thank you David Carroll
0
returns the length of the string, or characters in those terms