We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1105eec commit 3bb4b53Copy full SHA for 3bb4b53
WooEong/string/1152.py
@@ -0,0 +1,7 @@
1
+import sys
2
+input = sys.stdin.readline
3
+
4
+a = input().strip().split()
5
6
7
+print(len(a))
0 commit comments