Commit b6b71e37 by BellCodeEditor

save project

parent 22354288
Showing with 16 additions and 0 deletions
class yx:
def __init__(a,m,g,x):
a.d = 1
a.m = m
a.g = g
a.x = x
def shen():
a.d = 2
a.m = a.m
a.g = a.g
a.x = a.x
sb = yx('谢添哲',1,1)
yx()
shen()
print(sb)
\ 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