Robotics & Artificial Intelligence
In Python, …………… mode is used to write a program file.
- Interactive
- Interaction
- Script
- Text
Getting Started
3 Likes
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
In Object Oriented Programming, the emphasis is laid on ……………
- procedure
- methods
- class
- data
…………… is known as creator of Python.
- Guido van Rossum
- John Kemeny
- James Gosling
- Thomas Kurtz
In which language is Python written?
- English
- C
- PHP
- All of them
All keywords in Python are defined in ……………
- uppercase letters
- lowercase letters
- toggle case
- None of them