Как получить длину строки в переполнении стека Python
string = "Hello World"
len(string) # number of characters in string
print(len(string)
result:
11
Condemned Cobra