I have this simple tkinter code:
from tkinter import * listofwordstodisplay = [\'apple\', \'banana\', \'kiwi\', \'pear\'] def word(idx): return listofwordsto