C-16-Q044mediumsingle_mcq
Fractional (decimal) numbers in Python are stored as the data type:
Fractional (decimal) numbers in Python are stored as the data type:
- aint
- bfloat
- cstr
- dbool
ব্যাখ্যা
Numbers containing a decimal point are stored as the float type in Python. Whole numbers without a decimal use int.