Commit 424b9bad by BellCodeEditor

save project

parent 26b6bea6
Showing with 7 additions and 5 deletions
class YingXiong:
HP=1000
Moufa=9000
yase=YingXiong
print(yase.HP)
\ No newline at end of file
def __init__(self,name,hp,attack):
self.hp=hp
self.attack=attack
self.name=name
self.level=100000000000
yase = YingXiong("亚瑟",3000000000000000000000000000000000000000000000000000000000000,10000000000000000000000000000000000000000000000000000000000000000000000)
\ 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