Commit e792d30f by BellCodeEditor

save project

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