88.6k views
11 votes
The Python language uses a compiler which is a program that both translates and executes the instructions in a high-level language. True False

1 Answer

13 votes

Answer:

False.

Step-by-step explanation:

A compiler is a computer program that has the function of translating a computer program developed in a certain programming language, so that it is readable through the use of another programming language. Thus, for example, a program designed in Python is translated so that it is readable in Java, etc.

The main objective of compilers is to connect the different programming languages, making the programs executable on different devices without the need to have the same programming language for it.

User Abbey Jackson
by
4.2k points