How does Python work?
✅First, we write instructions in English based language (Python Language).
✅The source code is converted into intermediate bytecode and then into computer native language (Binary language) by Interpreter.
✅The code is executed and the output is presented.
To know about how python works click — here