Source Code:
(back to article)
string = "Hello World" print(len(string)) # Output: 11
Result:
Report an issue