def add_assembly():
"""????"""
init()
buy_house_static = Label(master, text=u'??: ', font=Font(size=15))
buy_house_static.place(anchor=u'nw', x=440, y=50)
buy_car_static = Label(master, text=u'??: ', font=Font(size=15))
buy_car_static.place(anchor=u'nw', x=440, y=75)
age_static = Label(master, text=u'??: ', font=Font(size=15))
age_static.place(anchor=u'nw', x=440, y=100)
height_static = Label(master, text=u'??: ', font=Font(size=15))
height_static.place(anchor=u'nw', x=440, y=125)
salary_static = Label(master, text=u'??: ', font=Font(size=15))
salary_static.place(anchor=u'nw', x=440, y=150)
education_static = Label(master, text=u'??: ', font=Font(size=15))
education_static.place(anchor=u'nw', x=440, y=175)
company_static = Label(master, text=u'??: ', font=Font(size=15))
company_static.place(anchor=u'nw', x=440, y=200)
industry_static = Label(master, text=u'??: ', font=Font(size=15))
industry_static.place(anchor=u'nw', x=440, y=225)
school_static = Label(master, text=u'??: ', font=Font(size=15))
school_static.place(anchor=u'nw', x=440, y=250)
position_static = Label(master, text=u'??: ', font=Font(size=15))
position_static.place(anchor=u'nw', x=440, y=275)
previous = Button(master, text=u'???', command=handle_previous)
previous.place(anchor=u'nw', x=10, y=490)
next = Button(master, text=u'???', command=handle_next)
next.place(anchor=u'nw', x=520, y=490)
评论列表
文章目录