Q:- Write a program to find no of word of string inputted by the user.
(python numpy XII)
Answers
Answered by
1
Answer:
X=int(input("Enter the string"))
Print(len(X))
Explanation:
Similar questions