Commit a2deddd9 by BellCodeEditor

save project

parent 4385d004
Showing with 7 additions and 0 deletions
...@@ -3,3 +3,9 @@ class hero: ...@@ -3,3 +3,9 @@ class hero:
self.level=1 self.level=1
self.hp=300 self.hp=300
self.attack=20 self.attack=20
yase=Hero('yase',300000000000000000000,20000000000000000000000000000000000)
hy=Hero('hy',25000000000000000000000000000,233333333333333333333333333333333333333333)
k=Hero('K',5600000000000000000000000000000000000000,199000000000000000000000000000000000000000000000)
print(yase,attack)
print(hy,attack)
print(K,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