QUESTION IMAGE
Question
which of the following choices is not a python variable type?
o int
o str
o number
o float
Brief Explanations
In Python, int is for integer values, str is for strings, and float is for floating - point numbers. However, number is not a specific Python variable type. Python has numeric types like int and float, but number is a general term and not an official Python type.
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. number