Pearson Interview Question

What are the key features of Python?

Interview Answer

Anonymous

Jul 14, 2022

Python is an interpreted language. That means that, unlike languages like C and its variants, Python does not need to be compiled before it is run. Other interpreted languages include PHP and Ruby.