Commit 9dd53d05 by BellCodeEditor

save project

parent 2fb3643a
Showing with 8 additions and 0 deletions
class hero:
def __init__(self,x,g,m):
self.x=x
self.g=g
self.m=m
fff=hero(100000000,100000000,'fff')
print(fff.x,fff.g,fff.m)
\ 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