Commit 58187539 by BellCodeEditor

auto save

parent 70850cf8
Showing with 16 additions and 0 deletions
class Hero:
def __init__(self,HP,MP,speed):
self.HP = HP
self.MP = MP
self.speed = speed
yase = Hero(300,200,120)
houyi = Hero(250,300,200)
print(yase.HP)
print(houyi.HP)
# def func(a,b,c):
# pass
# func(1,2,3)
\ 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