2 Modes of Python | Interactive and Script mode

2 Modes of Python | Interactive and Script mode

In Python, Programs can be written in two possible ways namely Interactive mode Script mode How to Open python in Windows OS Start → All Programs → Python 3.x → IDLE (Python 3.9) Interactive Mode Programming The Interactive mode or Interpreter mode provides programmers a quick way to execute commands without creating a python file…