how many ways are there in which a program can be executed
Answers
Answered by
1
Answer:
In general, there are at least five ways to run programs through the Python interpreter:
Interactively.
As Python module files.
As Unix-style script files.
Embedded in another system.
Platform-specific launching methods.
Answered by
0
Answer:
There are 3 ways in which a program can be executed in python.
1. Sequential
2.Selection
3.Iteration
Similar questions