Commit 32252b31 by BellCodeEditor

save project

parent 41d39d2f
Showing with 5 additions and 3 deletions
class Hero: class Hero:
def__init__(self): def __init__(self):
self.HP=300 self.HP=300
self.attack=100 self.attack=100
self.level=15 self.level=15
\ No newline at end of file yase=Hero()
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