I have a problem with Tkinter to execute the movement of the polygon with the arrows of the cursor, it does not generate an error, but it is not executed either.
My code is:
from tkinter import *
tk = Tk()
canvas = Canvas(tk, width=400, hei...
asked by
14.04.2017 / 19:22