Commit 2186d2d8 by BellCodeEditor

save project

parent dc39f31e
Showing with 2 additions and 1 deletions
......@@ -4,7 +4,7 @@ class Hero:
self.level=1
self.hp=hp
self.attack=attack
yase=Hero('垭瑟'30020000000)
yase=Hero('垭瑟',300,20000000)
houyi=Hero('后羿',200,60000000)
print(yase.hp)
print(houyi.attack)
\ No newline at end of file
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