Commit a051b1fc by BellCodeEditor

save project

parent f6ec5916
Showing with 14 additions and 21 deletions
i=3 a={'火爆猴': 12, '木爆猴': 14}
name="nb55" a["火爆猴"]=12
mima=555 a["木爆猴"]=14
while True:
name1=input("名字:") print(a)
mima1=input("密码:")
i-=1
if i>0:
if name1==name and mima1==mima :
print("正确")
break
if name1!=name:
print("名字不正确")
continue
if mima1!=mima:
print("密码不正确")
continue
else:
print("sb")
exit()
\ 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