What is a script file in python?



What is a script file in python?..

Answer / Mayank Kumar Jaiswal

A script file in Python is any text file with the extension .py that contains Python code. When you run this file, the Python interpreter executes the code within it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is lambda used for in python?

1 Answers  


Finally, tell us about bitwise operators in python?

1 Answers  


What is the difference between numpy and scipy?

1 Answers  


How would you display a file’s contents in reversed order?

0 Answers  


What does mean in python?

1 Answers  


What is the difference between list and tuple?

1 Answers  


Do python classes need init?

1 Answers  


Mention the floor division available in python

1 Answers  


How many kinds of sequences are supported by python? What are they?

1 Answers  


Write a program to convert all strings in list to integers?

1 Answers  


Should I learn r or python?

1 Answers  


Is multiple inheritances possible in python?

1 Answers  


Categories