We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3b10a commit c7ff4f7Copy full SHA for c7ff4f7
no.ofword.py
@@ -0,0 +1,2 @@
1
+s = input(" enter the line :" )
2
+print("no. of word in the line %d" %(len(s.split(" "))))
0 commit comments