s = input("s? ") t = s.capitalize() print(f"s: {s}") print(f"t: {t}")