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 interpretedI had been asked this question in an online interview.The question is from Mapping Functions topic in division Mapping Functions and Modules of Python |
|
Answer» Correct answer is (b) PYTHON code is both compiled and interpreted |
|