Commit 15253596 by BellCodeEditor

save project

parent 7e1f4802
Showing with 29 additions and 0 deletions
username = "狗币王翔宇" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456"
i=3 # 保存在服务器数据库中的用户密码(正确的密码)
while True:
if i != 0:
name = input("请输入用户名")
password =input("请输入密码")
if password != userpassword:
print("密码错了")
i-=1
print("还有"+str(i)+"次")
continue
if name != username:
print("名字错了")
print("还有"+str(i)+"次")
continue
i-=1
if name == username and password == userpassword:
print("账号对了")
break
if i==0:
break
if i==0:
print("给1111111111111111111111111111111111111111111111111111111亿元")
exit()
print("欢迎来到玛酷机器人")
\ No newline at end of file
++ "b/\345\210\206\343\200\202"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment