Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
240 郭** 合法的标识符 Python3 解答错误 29 MS 3372 KB 145 2023-11-10 09:38:19

Tests(0/5):


s = input() if not s.isalnum('_') or s[0].isdigit(): print("no") elif len(s) > 20: print("no") else: print("yes")


测评信息: