Python programme are type in
Answers
Answered by
1
Answer:
Interactive mode.
Script mode.
A combination of interactive and script modes.
All of these.
Answered by
0
Answer:
Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming.
Developer: Python Software Foundation
License: Python Software Foundation License
Paradigm: Multi-paradigm: object-oriented, procedural (imperative), functional, struct...
Filename extensions: .py,.pyi,.pyc,.pyd,.pyo (prior to 3.5),.pyw,.pyz (since 3.5)
Similar questions