Robotics & Artificial Intelligence
Name two different modes in Python that you can work on.
Getting Started
1 Like
Answer
The two different modes in Python that we can work on are:
Interactive Mode — In this mode, the user can instantly obtain the output for the input given at the Python command prompt (>>>).
Script Mode — In this mode, the user can create a program file and save the complete set of instructions in it for later execution.
Answered By
3 Likes