题解 | #禁止重复注册#

禁止重复注册

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

import sys

current_users = ['Niuniu','Niumei','GURR', 'LOLO']
new_users = ['GurR','Niu Ke Le','LoLo','Tuo Rui Chi']


current_users_upper = []
for user in current_users:
    current_users_upper.append(user.upper())


for user in new_users:
    if user.upper() in current_users_upper:
        print('The user name %s has already been registered! Please change it and try again!' % user)
    else:
        print('Congratulations, the user name %s is available!' % user)

全部评论

相关推荐

墨西哥大灰狼:如果你的校友卤馆还在的话,他肯定会给你建议的,可是卤馆注销了@ 程序员卤馆
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务