Run ID:88669
提交时间:2024-08-20 12:05:25
a = input() if a.isupper(): b=a.lower() print(b) if a.islower(): c=a.upper() print(c)