Commit ad9ea290 by BellCodeEditor

auto save

parent 6698563d
Showing with 8 additions and 0 deletions
class y:
def __init__(self,a,w):
self.a=a
self.w=w
fb=y(234,345)
sd=y(456,567)
print('fb',fb.a)
print('sd',sd.w)
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