提交时间:2023-11-17 09:34:37

运行 ID: 404

char = input("请输入一个字符:") if char.islower(): print("yes") else: print("no")