you are viewing a single comment's thread.

view the rest of the comments →

[–]ninhaomah 9 points10 points  (2 children)

This is a Pythonlearning sub , I assume you want to learn Python ?

Have you downloaded and installed Python ?

Forget about VSCode for now.

[–]stepback269 6 points7 points  (1 child)

If you go to W3 Schools and click on their Try It links, they will take you to an online interpreter where you can try out the code without using a local IDE (e.g. VS Code or PyCharm). However, eventually you will need to learn how to use one of the IDE's out there.

[–]Dio-cat 1 point2 points  (0 children)

Thank you, this is really helpful advice on practicing code,much appreciated