I am trying to learn how to make games with Python, and for this program, I am trying to make it so I can move a red square around the game window. However, although the game window opens up, and I am able to see the red square, I am not able to move the red square around. I think the issue may be related to the orange squiggly lines, which I think mean they cannot find the module, but I still am not sure. If anybody could help me out, that would be splendid! Thanks! (^_^)
PS I’m very new to Python