Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 17)
17.
Which of the following data types is used to represent a binary data?
int
float
bytes
str
Answer: Option
Explanation:
The bytes data type in Python is used to represent binary data, such as an image or audio file.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.