Saved Bookmarks
| 1. |
In to how many ways a program can be executed in python? |
|
Answer» 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. |
|