Computer Science, asked by sontiger5467, 10 months ago

How many modes are available in Python ?

Answers

Answered by anamkhurshid29
3

Python has two basic modes: script and interactive.

Hope this helps ❤️

Mark as brainliest ❤️

Answered by brokendreams
2

Modes in Python:

  • In Python, there are two possibilities/methods for running code: Interactive mode, Script mode.
  • Interactive mode, also recognized as the REPL presents us with a smart idea of moving blocks or a separate line of Python code.
  • The code accomplishes via the Python shell, which comes with Python installation.
  •  In script mode, You address your code in a text file then store it with a .py extension which endures for "Python".
  • Rewriting your script is more accessible in script mode.

Learn more on modes in python:

https://brainly.in/question/8118433

Explain different working modes of python.

https://brainly.in/question/6190006

Difference between interactive mode and script mode

Similar questions