I am building a python experiment and am trying to get my code to run every time I hit space but I cant figure out how to do that
I am making this kind of a game but it isn’t really a game so basically I want this to run every time I hit space but it doesn’t work no matter what I try so I would be really thankful if somebody could have helped me out on this. import random import keyboard food… Read More I am building a python experiment and am trying to get my code to run every time I hit space but I cant figure out how to do that