Problem Description
A = "bonjour"
Input 2:
A = "hasta la vista"
1
Output 2:
3
The string has only one word "bonjour".
Explanation 2:
The string have three words "hasta", "la", "vista".
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.