Turtle in Tkinter creating multiple windows
问题 I am attempting to create a quick turtle display using Tkinter, but some odd things are happening. First two turtle windows are being created, (one blank, one with the turtles), secondly, any attempt of turning the tracer off is not working. This might be a simple fix but at the moment I cannot find it. Any help would be appreciated, Below is the code: import tkinter as tk import turtle window = tk.Tk() window.title('Top 10\'s') def loadingscreen(): canvas = tk.Canvas(master = window, width =