摘要: 实现ATM的输入密码重新输入的功能 while True: user_db = 'nick' pwd_db = '123' inp_user = input('username: ') inp_pwd = input('password: ') if inp_user == user_db and 阅读全文
posted @ 2019-08-01 17:22 Micheal_L 阅读(109) 评论(0) 推荐(0) 编辑