which are the modes of programming in Python
Answers
Answered by
3
Answer:
Two Modes are There
1) Script Mode
2) Interactive Mode
Hope this Helps :-)
Answered by
1
Modes of Python programming:
Explanation:
Python programming is divided into two modes, that is script and interactive.
- Script: It covers several directories and doesn't support collaborative mode. It is a scripting design, that route to get there. It composes the software for a text file into the scripting mode, instead of saving it to a .Py extension.
- Interactive mode: It is a command prompt tool, that provides constant feedback for every statement while executing statements recently placed inactive storage.
Learn more:
- Modes of python: https://brainly.in/question/14900568
- Script mode: https://brainly.in/question/15638033
- Interactive mode: https://brainly.in/question/8629275
Similar questions