Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 55)
55.
What is the purpose of the bytecode?
To store binary data.
To represent the compiled form of a Python program.
To encode text.
To store raw bytes.
Answer: Option
Explanation:
The bytecode in Python represents the compiled form of a Python program, which is an intermediate code executed by the Python interpreter.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.