What are the two ways to use python interpreter?



What are the two ways to use python interpreter?..

Answer / Ashish Kumar Tripathi

The two ways to use Python interpreter are by running scripts (using the command line or IDE) and interactively through a REPL (Read-Eval-Print Loop) like ipython.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is it worth to learn python in 2019?

1 Answers  


Can we develop a web application using Python

1 Answers  


list some of the data science libraries in python

0 Answers  


Is python statically typed or dynamically typed?

1 Answers  


How lists is differentiated from tuples?

1 Answers  


Explain the difference between `@staticmethod` and `@classmethod`.

1 Answers  


What is the type () in python?

1 Answers  


What is super () in react?

1 Answers  


What is the best python interpreter?

1 Answers  


Write a small code to explain repr() in python ?

1 Answers  


How to share global variables across modules?

1 Answers  


How python can be used in software testing?

1 Answers  


Categories