Commit 9286a6ff by BellCodeEditor

save project

parent 040c7a36
Showing with 3 additions and 2 deletions
......@@ -10,6 +10,6 @@ def u(self):
self.level=self.level+1
self.hp=self.hp+50
self.attack=self.attack+4
u()
u()
u(self)
u(self)
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