×
×
Correct!
Use the correct syntax to print the number of items in the list.
fruits = ["apple", "banana", "cherry"]
print(@(11))
fruits = ["apple", "banana", "cherry"]
print(len(fruits))
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?