Commit aa371907 by BellCodeEditor

save project

parent 0d702ad4
Showing with 0 additions and 2 deletions
......@@ -4,6 +4,5 @@ class Hero:
self.name = name
self.hp= hp
self.attack= attack
self.attack=20
yase = Hero("yase",300,200)
print(yase.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