A list is ___________________, changeable, and allows duplicate values.
The function used to find the biggest number in a list is ___________________.
The function used to count how many items are inside a list is ___________________.
What will be printed?
numbers = [2, 5, 8, 10, 0]
print(numbers[2])
Answer: ___________________
The method used to remove the last item in a list is ___________________.
Look at the list below:
friends = ['Ire', 'Harmony', 'Mishael']
Write the code statement that changes ‘Harmony’ to ‘Mary’.
Answer: ___________________________________________
A ___________________ does not allow duplicate values.
What will be the result?
print(max(7, 12, 20))
Answer: ___________________
The method used to arrange a list in order from smallest to biggest is ___________________.
Look at the dictionary below:
price = {'pencil':20, 'book':50, 'eraser':60}
Write the statement to print the price of book.
Answer: ___________________________________________
We’re always looking for international STEM educators to join our team. If you are interested, please send us a mail and we’ll get back to you!
If you have any questions, kindly send us a mail. Don’t forget to follow and like all our social accounts to get updates on competitions!
