0 votes
in Python by
How do you invoke the Python interpreter for interactive use?

1 Answer

0 votes
by

By using python or pythonx.y we can invoke Python interpreter. where x.y is the version of the Python interpreter.

...