Commit d533ff89 by BellCodeEditor

save project

parent f59e43d0
Showing with 3 additions and 3 deletions
......@@ -8,8 +8,8 @@ yase=Hero('yase',300,20)
def uptade():
yase.level=yase.level+1
def uptade(self):
self.level=self.level+1
uptade()
uptade(yase)
print(yase.level)
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