Python is an object oriented and High-Level programming language.
High level language makes it easier for humans to understand and write.
As it is open source anyone can access the information.
As we know python is not compiled language, but it is interpreted language.
Compiler is a low-level language, whereas interpreter is a high-level language.
It is different from other languages.
print ("Hello World")
We can see as it is a single line of code, and it is easy to write and execute.
output:
Hello World