before = input("Before: ") print("After: ") for c in before: print(c.upper())