题解 | #禁止重复注册#

禁止重复注册

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

#!/usr/local/bin/python3
#禁止重复注册
current_users = ['Niuniu','GURR','LOLO']
new_users  = ['GurR','Niu Ke Le','LoLo','Tuo Rui Chi']
current_users_L = [i.lower() for i in current_users ]
for i in new_users:
    if i.lower() in current_users_L:
        print('The user name %s has already been registered! Please change it and try again!'%i)
    else:
        print('Congratulations, the user name {} is available!'.format(i))
学习使用了 {}.format() 
全部评论

相关推荐

不愿透露姓名的神秘牛友
03-15 10:59
已编辑
爱写代码的菜code...:哎,自己当时拿到字节offer的时候也在感叹终于拿到了,自己当时最想去的企业就是字节,结果还是阴差阳错去了鹅厂。祝uu一切顺利!!!
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务