Commit e792d30f by BellCodeEditor

save project

parent add99ff0
Showing with 23 additions and 15 deletions
username = "234567" # 保存在服务器数据库中的用户账号(正确的账号) username = "234567"
i=3 # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "123456" userpassword = "123456"
while True : # 保存在服务器数据库中的用户密码(正确的密码) while True :
name=input("啊米诺斯") if i>0: # 保存在服务器数据库中的用户密码(正确的密码)
word=input("苏卡谱列") name=input("啊米诺斯")
# 请用input()实现用户输入账号、密码的功能 word=input("苏卡谱列")
if username==name and userpassword==word: i=i-1
print("登陆成功!") # 请用input()实现用户输入账号、密码的功能
break if username==name and userpassword==word:
if name != username: print("登陆成功!")
print("名字一家三代计划") break
if word != userpassword: if name != username:
print("米马粗无,进口发动机开发框架") print("名字一家三代计划")
print("欢迎来到我的房间") print("问型体始:尼还哟"+str(i)+"刺登鹿鸡回")
# 如果用户输入的账号、密码正确,提示登陆成功 continue
\ No newline at end of file if word != userpassword:
print("米马粗无,进口发动机开发框架")
else:
print("在下北镇抚司,请跟我去东厂一趟")
exit()
print("欢迎来到我的房间🔞")
# 如果用户输入的账号、密码正确,提示登陆成功
\ 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