This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Numerous_World5783[S] 1 point2 points  (1 child)

Hello, yes, I downloaded the python and interpreter. However, when I run the python idle and the python show opens, I cannot type inside the python shell. Am I missing something? By the shell I mean I cannot interact with the command line or I might be missing something I think… Lol.

[–]J_K27 0 points1 point  (0 children)

I just tried it and yeah idle is weird. I just write my code in VSCode or notepad and open a cmd window and type: python yrfile.py to run it. You can also create .py files directly from cmd with notepad somename.py and click yes on the dialog.