Commit acbc154f by BellCodeEditor

save project

parent c24e99ef
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@ username = "原神" # 保存在服务器数据库中的用户账号(正确
userpassword = "启动" # 保存在服务器数据库中的用户密码(正确的密码)
while True:
if i>0:
name=input("请输入账号")
password = input("请输入密码")
name=input("第一句话——")
password = input("第二句话——")
i-=1
if password == userpassword and name == username:
print("原神----启动!!!")
......
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