Commit 1f0c24a9 by BellCodeEditor

save project

parent f47689a4
Showing with 10 additions and 0 deletions
class ui:
def __init__(gm7l):
gm7l.name='欧布'
gm7l.sex='男'
gm7l.age=30
gml=ui()
print(gml.name)
print(gml.sex)
print(gml.age)
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