Commit a7ab6bdd by BellCodeEditor

save project

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