Q1
Which of the following is a valid data type in Python?
A.
int
AnswerB.
num
C.
digit
D.
number
Answer: Option A
Solution
Answer: Option A
Solution:
The data type for integers in Python is int.
MCQs for Python Data Types and Numeric Types Chapter
Programming · Python · question 1
Q1
Answer: Option A