I am newbie with python and here is my problem. I installed python on my windows pc and as you can see on this picture, I checked it by the command python --version
and it showed me the version, no problem.
But when I ran this very simple code:
my_text = "We made it!"
print(my_text)
It said to me that Python was not found! as you can see in the picture. I searched on the internet, and add the path variable as they said in this guide: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings but it still does not run.
Could you please give me some advise on how to solve this?