可以输入2-6位的词根来查询他们在固定范式下的伪意义: import PySimpleGUI as sg import get_pseudo_meanning as gpm switch = True while switch: layout = [ [sg.Text('Please enter an English word you want to look up to and memorize\n with associative picture (within 2-6 letters):')], [sg.InputText(),sg.Submit('Lookup')] ]