What's a python script?



What's a python script?..

Answer / Prateek Goyal

.py files are Python scripts, which contain a series of instructions written in the Python programming language. When executed, these scripts perform specific tasks or operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Does python support object oriented scripting?

1 Answers  


How do you handle exceptions in Python?

2 Answers  


Is javascript harder than python?

1 Answers  


What does tuple mean?

1 Answers  


Explain about membership operator in python?

1 Answers  


Explain PYTHONPATH

3 Answers  


Write python logic to count the number of capital letters in a file?

1 Answers  


What is the output for the following code?

1 Answers  


Will the do-while loop work if you don’t end it with a semicolon?

1 Answers  


How to you make a python script executable on unix?

1 Answers  


What does mean in python?

1 Answers  


Is python too slow?

1 Answers  


Categories