Commit b79ced37 by BellCodeEditor

save project

parent 811eb7f5
Showing with 11 additions and 0 deletions
...@@ -26,3 +26,14 @@ class playey(Hero): ...@@ -26,3 +26,14 @@ class playey(Hero):
yase = Hero("垭瑟") yase = Hero("垭瑟")
houyi= Hero("后羿") houyi= Hero("后羿")
yase.combat(houyi) yase.combat(houyi)
username="python"
userpassword="123456"
name=input("hhhsd")
password=input("jjjj")
if name == username and password == userpassword:
print("ggg")
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