I am a complete beginner at Python and am going through the CS50P tutorial. The tutorial just went through match commands, and as I tried to run a program including match on VS Code an error message appeared telling me that I do not have a version of Python that supports match. How can I get Python 3.10 on VS?
I have tried going through the VS Code gui but haven’t had any luck. Because of my extreme inexperience I am just assuming that I am looking in the wrong places.
2
Answers
Follow this steps(hope will help you):
setup python.
You should look into Conda. It makes working with different versions of python easy.
With conda installed this task would be as easy as:
Then just tell VS to use py310 environment.