Commit bd983029 by BellCodeEditor

save project

parent 70850cf8
Showing with 10 additions and 0 deletions
class ys:
def __init__(self,mz,xl,gj):
self.mz=mz
self.xl=xl
self.gj=gj
js1=ys('ml',2,3)
js2=ys('df',3,5)
print(js1.gj)
print(js2.gj)
\ 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