Commit 3fa6e33c by BellCodeEditor

save project

parent 38e2fb66
Showing with 4 additions and 0 deletions
i=3
username="python" username="python"
userpassword="123567" userpassword="123567"
while True: while True:
if i>0:
name=input("名字") name=input("名字")
continue continue
password=input("密码") password=input("密码")
...@@ -12,5 +14,7 @@ while True: ...@@ -12,5 +14,7 @@ while True:
print("错") print("错")
if username!=password: if username!=password:
print("错") print("错")
print("fenfen")
exet
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