Commit a7ab6bdd by BellCodeEditor

save project

parent b79ced37
Showing with 8 additions and 7 deletions
...@@ -28,12 +28,13 @@ houyi= Hero("后羿") ...@@ -28,12 +28,13 @@ houyi= Hero("后羿")
yase.combat(houyi) yase.combat(houyi)
username="python" username="python"
userpassword="123456" userpassword="123456"
name=input("hhhsd") while True
password=input("jjjj") name=input("hhhsd")
if name == username and password == userpassword: password=input("jjjj")
print("ggg") if name == username and password == userpassword:
print("ggg")
break
print("tyty")
print("fff")
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