from easygui import * choices = ('Scratch', '乐高','Python','C++'); a = buttonbox(msg='请选择开设的课程', title='选择课程', choices=choices, images=("python.png","scratch.png"), default_choice='Scratch', cancel_choice='Python') print(a)
settings
unfold_less visibility play_arrow