Computer Science, asked by aryanbaliyan766, 6 months ago

Python uses a/an ____ to convert source code to object code.

a)-Interpreter

b)-Compiler

c)-Combination of interpreter and compiler

d)-Special virtual engine

Answers

Answered by keyboardavro
18

Answer:

A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file). Another specialized program, called a linker, combines this object file with other previously compiled object files (in particular run-time modules) to create an executable file.

Explanation:

Answered by sumanantil071
5

Answer:

A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file).

Similar questions