Answer:
a = input("please enter a word: ")
print("Here is the capitalized version: ")
print(a.upper())
9.5m questions
12.2m answers