Programming (Year 11)
String Manipulation
What will be the output of the following code: print(len('Hello World'))?
10
11
12
5
Next