MENU
Question -

How do we make Python Scripts Executable ?



Answer -

Python scripts can be executed in two ways :

  1. Open the script1.Py in IDE Editor and run the script in the frontmost window of the Python IDE by hitting the run all button.
  2. Using command prompt by making sure PATH is appropriate directly type script name. > > > python Script1.Py

Comment(S)

Show all Coment

Leave a Comment

Free - Previous Years Question Papers
Any questions? Ask us!
×