Read input twice. Capitalize only the first word in the first string. After this, capitalize each word in the second one. Print the resulting strings each on a new line.
The string module
Capitalize 2.0
Report a typo
Sample Input 1:
no one knows what it's like
to be the bad manSample Output 1:
No one knows what it's like
To Be The Bad ManWrite a program in Python 3
import string
# put your code here
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.