Commit e7db028b by BellCodeEditor

auto save

parent d6c81a0f
Showing with 11 additions and 0 deletions
class Hero:
def __init__(self,name,hp,attack,height):
self.name=name
self.hp=hp
self.attack=attack
self.height=height
yase=Hero("亚瑟",9999,9999,1980)
nuoyi=Hero("诺依",140,140,12)
print("诺以的身高是",nuoyi.height,"毫米")
#所有身高以毫米做单位
\ 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