Is Python code compiled or interpreted?

Questions & AnswersCategory: Programming LanguageIs Python code compiled or interpreted?
Geek Boy Staff asked 2 years ago

Is Python code compiled or interpreted?
a. Python code is both compiled and interpreted
b. Python code is neither compiled nor interpreted
c. Python code is only compiled
d. Python code is only interpreted

1 Answers
Geek Boy Staff answered 2 years ago

b. Python code is neither compiled nor interpreted
Explanation: Many languages have been implemented using both compilers and interpreters, including C, Pascal, and Python.