Commit 9154ce70 by BellCodeEditor

save project

parent 960dbfb2
Showing with 17 additions and 10 deletions
username="xxx" username="xxx"
userdassword="123456" userdassword="123456"
while True: while True:
name=input("xxxx") name=input("xxxx")
dassword=input("1111") i=0
if username==name and userdassword==dassword: dassword=input("1111")
print("c ") if i<=3:
break if username==name and userdassword==dassword:
elif username!=name: print("c ")
print("用户名错了") break
else: i=i+1
print("账号错误") elif username!=name:
\ No newline at end of file print("用户名错了")
i=i+1
else:
print("账号错误")
i=i+1
else:
print("bb ")
exit()
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