QUESTION IMAGE
Question
which data type is 1.2e3?
int
single
float
string
Brief Explanations
The notation 1.2e37 is scientific - notation for a floating - point number. 'int' is for integer values without decimal parts. 'single' is not a standard Python data type (Python has float which is similar to single - precision in other languages in some ways). 'string' is for text data.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. float