Saved Bookmarks
| 1. |
Why Python is interpreted ? |
|
Answer» Python is interpreted because it processed at runtime by the interpreter and you do not need to compile your program before executing it. This is similar to PERL and PHP. |
|