摘要:
1 # Way 1: 2 user = "Andy" 3 passwd = "123456" 4 5 for i in range(3): 6 username = input("Username: ") 7 password = input("Password: ") 8 9 if usernam 阅读全文
posted @ 2020-06-26 00:40
AndySongTech
阅读(142)
评论(0)
推荐(0)
浙公网安备 33010602011771号