Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
398 阿** 小写字母的判断 Python3 通过 29 MS 3356 KB 70 2023-11-17 09:18:52

Tests(5/5):


n=input("") if n.islower(): print("yes") else: print("no")


测评信息: