Commit 4a4dc804 by BellCodeEditor

save project

parent 70850cf8
Showing with 11 additions and 0 deletions
class hero:
def __init__(self, w,t,y):
self.w=w
self.e=1
self.t=t
self.y=y
item=hero("he",300,50)
print(item.w)
print(item.t)
print(item.y)
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