Commit 2cff02c3 by BellCodeEditor

save project

parent 6d9422a5
Showing with 7 additions and 0 deletions
class Hero:
def __init__(self,na,hp,at):
self.na=na
self.hp=hp
self.at=at
yase=Hero("yase",300,20)
hoyi=Hero("hoyi",250,23)
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