Saved Bookmarks
| 1. |
Is Python code compiled or interpreted?(a) Python code is only compiled(b) Python code is both compiled and interpreted(c) Python code is only interpreted(d) Python code is neither compiled nor interpreted |
|
Answer» Correct answer is (b) Python code is both compiled and interpreted Easiest explanation - Many languages have been implemented using both compilers and interpreters, including C, Pascal, and Python. |
|