Computer Science, asked by ayush28717, 1 year ago

Q:- Write a program to find no of word of string inputted by the user.
(python numpy XII)​

Answers

Answered by keerthanavasudevan6
1

Answer:

X=int(input("Enter the string"))

Print(len(X))

Explanation:

Similar questions