Programming (11th Grade)
String Manipulation
What will be the output of this code: print(len('Python'))?
6
5
7
8