__________ data type is used to represent decimal numbers.
str
int
float
all of these
Answers
Answered by
2
Explanation:
non integral data type is used to represent decimal numbers and fraction.
Answered by
3
Answer:
float
Explanation:
int is used for whole numbers
str can be used for representing decimals but the system will not recognise it as a number
so float which can be used to represent decimal upto 2 places
Similar questions