lesson one - pt.1
star
star
star
star
star
Last updated almost 3 years ago
4 questions
Required
1
What data type is this?
"1"
What data type is this?
"1"
Required
1
define an integer value variable with the name "num1" and a value of 20
define an integer value variable with the name "num1" and a value of 20
Required
1
is this a valid list?
list1 = ("one",2,True)
is this a valid list?
list1 = ("one",2,True)
Required
1
lol match
lol match
| Draggable item | arrow_right_alt | Corresponding Item |
|---|---|---|
"False" | arrow_right_alt | string |
"2" | arrow_right_alt | integer |
2.0 | arrow_right_alt | float |
True | arrow_right_alt | boolean |
20 | arrow_right_alt | string |