Podcast
Questions and Answers
what is the data type of this: -2.5 ?
what is the data type of this: -2.5 ?
- Integer
- String
- Boolean
- Float (correct)
what is the type of this values: 42 ?
what is the type of this values: 42 ?
- Integer (correct)
- String
- Boolean
- Float
What is the type of this value: True ?
What is the type of this value: True ?
- Integer
- String
- Boolean (correct)
- Float