C-16-Q041mediumsingle_mcq
Whole numbers in Python are stored as the data type:
Whole numbers in Python are stored as the data type:
- afloat
- bint
- cstr
- dbool
ব্যাখ্যা
Whole numbers without a decimal point are stored as the int (integer) type in Python. Decimals use float, and text uses str.