Commit a62e9589 by BellCodeEditor

save project

parent f77d8d09
Showing with 5 additions and 5 deletions
class Hero:
def__init__(self):
self.level=1
self.hp=9999999
self.attack=20
yase=Hero
def __init__(self):
self.level=1
self.hp=9999999
self.attack=20
yase=Hero()
print("血:",yase.hp)
print("攻",yase.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