백준 1152 - 단어의 개수 (파이썬)

Updated:

Answer

words = list(input().split())
print(len(words))

Categories:

Updated: