Ques:- Define purpose of using WMLScript?
Asked In :-
Velocity Software Solutions, ANBLICKS Solutions, Testrig Technologies, MSys Technologies, Udaan, Provakil Technologies, coupa software, revature, fingent, equisoft,
Please login to post an answer.
Python scripts can be executed in two ways:
Suppose I want to execute script1.py
We can open the script1.py in IDE editor & run the script in the frontmost window of the python IDE by hitting the run all button.
Second way is using command prompt by making sure PATH is set appropriately directly type script name else type
>>>python script1.py