What is the role of the python interpreter?
Answers
Answered by
2
The Python interpreter is a virtual machine, meaning that it is software that emulates a physical computer. This particular virtual machine is a stack machine: it manipulates several stacks to perform its operations (as contrasted with a register machine, which writes to and reads from particular memory locations)
PLEASE MAKE ME AS A BRAINLIST ANSWER
Similar questions