×
×
Correct!
The following code example would print the data type of x, what data type would that be?
x = ["apple", "banana", "cherry"]
print(type(x))
@(4)
x = ["apple", "banana", "cherry"]
print(type(x))
list
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?