Commit ed83ed42 by BellCodeEditor

save project

parent 9e8e321f
Showing with 5 additions and 6 deletions
class Hero: class Hero:
def __init__(self): def __init__(self):
self,a=100 self.a=100
self,b=200 self.b=200
self,c=300 self.c=300
yase=Hero() 亚瑟=Hero()
prin(yase.a) prin(亚瑟.a)
\ 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