Robotics & Artificial Intelligence

In Python, …………… mode is used to write a program file.

  1. Interactive
  2. Interaction
  3. Script
  4. Text

Getting Started

1 Like

Answer

Script

Reason — Script mode is used only when the user needs to create a program file. In this mode, the user can save the complete set of instructions in a program file.

Answered By

2 Likes


Related Questions