Commit 8d99a4ec by BellCodeEditor

auto save

parent 96559878
Showing with 7 additions and 0 deletions
class test():
def __init__(a,name,level):
a.b=name
a.c=level
a=test('sam')
print(a.b)
\ 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