Commit 1d0adc00 by BellCodeEditor

save project

parent d6c81a0f
Showing with 17 additions and 0 deletions
def dj():
js1.dj=js1.dj+1
js1.xl=js1.xl+1
js1.gj=js1.gj+1.5
class ys:
def __init__(self,mz,xl,gj):
self.dj=1
self.mz=mz
self.xl=xl
self.gj=gj
js1=ys('ml',2,3)
#js2=ys('df',3,5)
print(js1.xl)
dj()
dj()
print(js1.xl)
\ 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