#try to avoid input function a = "hello world.python is a big snake." a = list(a) print(len(a))
Click the run button. Try to avoid input() function.