Visual Studio Code – VS Code doesnt interprete a python code that works
I'm starting to learn and this issues are really frustrating. I have this simple code that works on the terminal smoothly: user_prompt = "entra un PorHacer:" porHaceres = [] while True: accion = input("¿Qué hacemos?") accion = accion.capitalize() match accion:…