[Solved] Why is it so difficult to do a hello world in python? [closed]
First of all, I am assuming your code is print(“Hello World!”) input(“Press any key to close”) and not print(“Hello World!”) input(“Press any key to close”) To run a python file, all I have to do is py file.py and it works fine. I have also seen people do python file.py on windows, and python3 file.py … Read more