Commit da892f84 by BellCodeEditor

save project

parent 5d8e318b
Showing with 5 additions and 0 deletions
......@@ -6,6 +6,11 @@ class hero:
a.attack=attack
秽土水门=hero("秽土水门",3400000,100)
逼王=hero("二柱子",3400000,10000)
def a():
秽土水门.level=秽土水门.level+1
秽土水门.hp=秽土水门.hp+10
秽土水门.attack=秽土水门.attack+10
print(秽土水门.hp)
print(逼王.hp)
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