Vidyalelo
Python · Q1

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 1

Q1

Which of the following is a valid data type in Python?

A.
int
Answer
B.
num
C.
digit
D.
number

Answer: Option A

Solution

Answer: Option A
Solution:
The data type for integers in Python is int.