Commit b62ebf1a by BellCodeEditor

save project

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