Run ID:105170

提交时间:2025-01-12 16:09:35

s=input() if s.isupper(): #s是大写 print(s.lower()) else: print(s.upper())