# 코딩 문제 관련/파이썬

Baekjoon 1152번(python)

Hwiyong Jo 2019. 4. 28. 22:20

sentence = input().lstrip().rstrip().split()
print(len(sentence))