Commit 4babb8d5 by BellCodeEditor

save project

parent b810c294
Showing with 21 additions and 0 deletions
username = "dwt"
userpassword = "54188"
i=3
while True:
if i>0:
name = input("name:")
password = input("password:")
i-=1
if name == username and password == userpassword:
print("OK")
break
elif name!=username:
print("nameno")
print("surplus"+sir(i))
if password!=userpassword:
print("passwordno")
else:
print("sd")
exit()
print("welcome")
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