본문 바로가기

카테고리 없음

[BOJ] 백준 1152 파이썬 - 단어의 개수

728x90

<정답 코드>

word = input().split()

print(len(word))
728x90