题解 | #禁止重复注册#

禁止重复注册

http://www.nowcoder.com/practice/43acd439112c4b85a9168ad3dd7e2bd1

current_users = ['Niuniu','Niumei','GURR','LOLO'] #将当前用户组用户名全部小写,方便比较 current_users = [user.lower() for user in current_users]

#新用户组 new_users = ['GurR','Niu Ke Le','LoLo','Tuo Rui Chi']

#遍历新用户组 for i in new_users: #如果新用户小写后发现存在于当前用户组中 if i.lower() in current_users: print(f'The user name {i} has already been registered! Please change it and try again!') else: print(f'Congratulations, the user name {i} is available!')

全部评论

相关推荐

尊尼获获:闺蜜在哪?
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
10-12 10:48
已编辑
秋招之苟:邻居家老哥19届双2硕大厂开发offer拿遍了,前几天向他请教秋招,他给我看他当年的简历,0实习实验室项目技术栈跟开发基本不沾边😂,我跟他说这个放在现在中厂简历都过不了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务