Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
107854 伍长辉 07大小写转换 Python3 Compile Error 0 MS 0 KB 85 2025-01-18 15:12:24

Tests(0/0):


Code:

a=input() if 90>=ord(a)>=65: print(chr(ord(a)+32) else: print(chr(ord(a)-32)


Run Info:

Sorry: IndentationError: expected an indented block (Main.py, line 3)