Computer Science, asked by Sudoo8139, 1 year ago

Which mode of Python invoking the interpreter with a script parameter begins execution of the script and continues until the script is finished ?

Answers

Answered by lChanul
0

Answer:

Script Mode Programming

Invoking the interpreter with a script parameter begins execution of the script and continues until the script is finished. When the script is finished, the interpreter is no longer active....

plzzz mark the answer brainliest! ! ✌❤☺

Answered by Anonymous
0

The Script mode programming in Python invokes the interpreter with a script parameter.

  • Invoking the interpreter with a script parameter begins the script execution, and continues until the script is done. The interpreter is no longer functioning when the script is terminated.
  • A code is written in a text file in script mode. The code is then saved with an. extension .py which stands for "Python.
Similar questions