摘要: 1 count = 0 2 while count < 3: 3 user = input("User: ") 4 pwd = input("Password:") 5 if user == 'asan' and pwd == '123: 6 print('Welcome back!') 7 break 8 else... 阅读全文
posted @ 2018-10-13 11:59 OhioCleveland 阅读(76) 评论(0) 推荐(0)