How to display one word after the other in tkinter

前端 未结 0 552
忘掉有多难
忘掉有多难 2021-01-31 02:21

I have this simple tkinter code:

from tkinter import *

listofwordstodisplay = [\'apple\', \'banana\', \'kiwi\', \'pear\']
def word(idx):
    return listofwordsto         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题