Posts by Enzo Carvalho • 11 points
2 posts
-
0
votes1
answer1518
viewsQ: Unboundlocalerror: local variable 'ACE' referenced before assignment
I don’t know how to solve I’m trying to create an acceleration system. arcade is an api that I’m using and little knowledge import arcade import os SPRITE_SCALING = 0.5 SCREEN_WIDTH = 800…
python-3.xasked Enzo Carvalho 11 -
0
votes1
answer41
viewsQ: Execution error on library startup
import sys import tkinter counter = 0 def update(): global count, b counter += 1 b.config(text = "click cont = " + str(count)) print("updating") root = tkinter.Tk() b = tkinter.Button(root)…
pythonasked Enzo Carvalho 11