Commit f2fae0cd by BellCodeEditor

auto save

parent ec33f623
Showing with 2 additions and 1 deletions
...@@ -11,4 +11,4 @@ class hero: ...@@ -11,4 +11,4 @@ class hero:
self.attack=self.attack+5 self.attack=self.attack+5
yase=hero(300,20,"亚瑟") yase=hero(300,20,"亚瑟")
yase.update() yase.update()
print(yase.attack) 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