Commit 73c575a7 by BellCodeEditor

save project

parent b03ec32a
Showing with 3 additions and 2 deletions
...@@ -4,6 +4,6 @@ class Hero: ...@@ -4,6 +4,6 @@ class Hero:
self.name=name self.name=name
self.hp=hp self.hp=hp
self.attack=attack self.attack=attack
yase=Hero(yase,300,20) yase=Hero("yase",300,20)
sb=Hero(sb,10000000,100000000) sb=Hero("sb",10000000,100000000)
print(yase.hp) print(yase.hp)
\ 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