All problems
EasyStrings
String length
Print the length of "Nettms Academy".
- #len
- #strings
Sample input
"Nettms Academy"
Sample output
14
string-length.py
Output
Press "Run code" to execute.
Loading…
Print the length of "Nettms Academy".
"Nettms Academy"
14
Press "Run code" to execute.