Why is my code working in the video but not my Replit page?
I’m making a Crossy Road type game using the 100 Days of Code python bootcamp, but the turtle isn’t moving.
I don’t understand why I type in “upm add markupsafe” it said errno
IT SHOWED ME ~/WideeyedYawningStaffPRa$ upm add flask
–> poetry add flask
Skipping virtualenv creation, as specified in config file.
Using version ^3.0.3 for flask
When user doesn’t follow the instructions my code crashes
I typed my code and it works fine but when I want to put parameters that limit and send an error message to the user when he or she uses a number outside 0,1,2 it crashes. I have tried multiple ways but it still doesn’t work. This was my last attempt. This are lines 46-47:
When typing code in Python is there a way to make it look like a password is being typed up?
The following code is from something that I’m working on for a School Project in my IT class.