loop data python
loop:4 data:4 python:6
words = input().split() for word in words: print(word + ':' + str(len(word)))