PySimpleGUI リストボックスの選択値をprintする import PySimpleGUI as sgitems = ['Python', 'PySimpleGUI', 'Java']layout = [[sg.Text('どれを学びますか?')], [sg.Listbox(items, si... 2022.10.12 PySimpleGUI