Commit 099df86d by BellCodeEditor

save project

parent acbc154f
Showing with 3 additions and 20 deletions
i=3
username = "原神" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "启动" # 保存在服务器数据库中的用户密码(正确的密码)
while True:
if i>0:
name=input("第一句话——")
password = input("第二句话——")
i-=1
if password == userpassword and name == username:
print("原神----启动!!!")
break
elif name != username:
print("我要玩原神~~~")
else:
print("密码输入错误")
else:
print("启动失败")
exit()
print("原神真好玩")
\ No newline at end of file
a=input('你叫什么:')
print(a+',你好')
\ No newline at end of file
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