题解 | #判断字母#
判断字母
https://www.nowcoder.com/practice/44d2d63103664913bc243d3836b4f341
简单粗暴,一行搞定!
print("YES" if input() in list("QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm") else "NO")
判断字母
https://www.nowcoder.com/practice/44d2d63103664913bc243d3836b4f341
简单粗暴,一行搞定!
print("YES" if input() in list("QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm") else "NO")
相关推荐