티스토리 뷰
https://www.acmicpc.net/problem/1152
s = input()
word = list(s.split())
print(len(word))
'Algorithm > Baekjoon' 카테고리의 다른 글
[백준] 5622 : 다이얼 - Python (0) | 2020.03.27 |
---|---|
[백준] 2908 : 상수 - Python (0) | 2020.03.26 |
[백준] 1157 : 단어 공부 - Python (0) | 2020.03.26 |
[백준] 11720 : 숫자의 합 - Python (0) | 2020.03.26 |
[백준] 11654 : 아스키 코드 - Python (0) | 2020.03.26 |