Respuesta :
Python first compiles your source code (. py file) into a format known as byte code . Compilation is simply a translation step and byte code is a lower level and platform-independent representation of your source code
Answer:
Compiling
Explanation:
Describe how a high-level program such as Python or Java is converted to binary and executed. EDGE 2022
