Skip to content

Commit 92aff0b

Browse files
committedMar 30, 2023
[#6] Feat: Add 단어의 개수
1 parent 9b7f6fd commit 92aff0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎1152.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 단어의 개수
2+
3+
print(len(input().split()))

0 commit comments

Comments
 (0)