TclError: bad event type or keysym "space" And the code itself: import random from tkinter import Canvas, Tk, messagebox font root = Tk() c = Canvas(root, ...
確定! 回上一頁