Files
2026-06-05 01:28:27 +00:00

9 lines
75 B
Python

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