CBSE Class 11 Informatics Practices Question 100 of 102

Python Programming Fundamentals — Question 9

Back to all questions
9
Question

Question 9

In Python, integer data type has a fractional part.

Answer

False

Reason — In Python, the float data type represents numbers with a fractional part, while the integer data type represents whole numbers without any fractional part.