Python Philosophy
Each programming language works on the basis of certain principles - philosophy. In Python, you can output text to the console containing the main provisions of its philosophy (Zen). To do this, go to the code editor of your choice and enter the following command there:
import this
Print the principles of Python philosophy to the console.