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