Ask the user to enter 3 fruits, one at a time.
Store them in a list and print the full list.
Create a tuple of 5 animals.
Print the first, middle, and last animals.
Create a dictionary with keys: "John", "Mary", "Tunde"
Ask the user to input their ages and store them.
Print the full dictionary.
Ask the user for 5 numbers.
Find and print the sum and average.
Use range to print only the even numbers from 1 to 20.
Ask the user to enter 5 favorite colors.
Store in a list.
Print the total number of colors using len().
Ask the user for a number.
Print its multiplication table from 1 to 12 using a loop.
Create a dictionary:
scores = {"Math": 0, "English": 0, "Science": 0}
Ask the user to enter their scores in each subject.
Update the dictionary and print it.
Create a list of 6 numbers.
Find and print the largest using either:
max()
or manual comparison with < and >.
Create a tuple of 4 numbers.
Use sum() to print the total.
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!
