Commit b79ced37 by BellCodeEditor

save project

parent 811eb7f5
Showing with 12 additions and 2 deletions
......@@ -25,4 +25,15 @@ class playey(Hero):
self.hp = 200
yase = Hero("垭瑟")
houyi= Hero("后羿")
yase.combat(houyi)
\ No newline at end of file
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