Commit 32252b31 by BellCodeEditor

save project

parent 41d39d2f
Showing with 4 additions and 1 deletions
class Hero:
def__init__(self):
def __init__(self):
self.HP=300
self.attack=100
self.level=15
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