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

Selected Answer:
Answers:
True
False

User Gammer
by
8.2k points

1 Answer

3 votes

True

Explanation: The Python language uses a compiler, which is a program that translates the instructions in a high-level language into a lower-level language that can be directly executed by the computer. The compiler translates the code once and produces a separate executable file, which then can be run multiple times without any additional compiling.

User Arun CM
by
7.2k points