GUI menuの設定法

menu=[
[‘使い方’,[‘「開始/次へ」で花の写真が表示されますので、’,
‘四つの選択肢から正解を選んでください。’, ‘ ‘,’閉じる’]]]

layout = [
[sg.Menu(menu)],

[sg.Frame(‘この花の名前は?’, left_frame, element_justification=’center’, size=(200, 300)),
sg.Frame(‘ここから選んでください’, right_frame, element_justification=’center’, size=(300, 200))],
[sg.Column(button_frame, element_justification=’center’, justification=’center’)],