View Code of Problem 58

s=input().split()
ss=list(s)
print(len(ss))

Double click to view unformatted code.


Back to problem 58