Commit 3b18611b by BellCodeEditor

save project

parent cd534eb4
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ class hero:
self.lever=1
self.name=name
self.hp=hp
self.attack=20
self.attack=attack
zhouyu=hero()
print(zhouyu.hp)
print(zhouyu.attack)
......
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