Write a program that takes a string, capitalizes all words in it and then prints the result. Use the capwords function from the string module.
The string is already defined.
Write a program that takes a string, capitalizes all words in it and then prints the result. Use the capwords function from the string module.
The string is already defined.
Sample Input 1:
a aaaa aaaaaaaaSample Output 1:
A Aaaa AaaaaaaaCreate a free account to access the full topic