Computer Science, asked by bbhaskarbhardwaj, 4 months ago

Q3. Explain the use of Interpreter in Python.

Answers

Answered by devika2271
0

Answer:

An interpreter is a program that reads and executes code. This includes source code, pre-compiled code, and scripts. Common interpreters include Perl, Python, and Ruby interpreters, which execute Perl, Python, and Ruby code respectively. ... Interpreters bypass the compilation process and execute the code directly.

Similar questions