KnowledgeBoat Logo
|

Informatics Practices

In Python, integer data type has a fractional part.

Python Funda

2 Likes

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.

Answered By

2 Likes


Related Questions