Capitalize

Report a typo

Write a program that reads user input, capitalizes each word in it, and prints the result.

Sample Input 1:

london is the capital of great britain

Sample Output 1:

London Is The Capital Of Great Britain
Write a program in Python 3
import string

# put your code here
___

Create a free account to access the full topic