Commit 479bf851 by BellCodeEditor

auto save

parent d6c81a0f
Showing with 10 additions and 0 deletions
class Hero:
def __init__(self,name,hp,attack):
self.HP=HP
self.attack=attack
self.level=15
yase=Hero("傻逼的血量",300,1000)
houyi=Hero("大傻逼的血量",1000,10000)
print("傻逼的血量",yase.HP)
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