home
Learn
screen_rotation
str = "Hello World" str_len = len(str) print(str_len)
Program Output
11