Practice: Lists
Time to practice Lists and write a code on it
💡 This exercise will put everything into action you have learned so far about Lists.>
💡 Write a code below
Task: Write a program to create a list of favourite icecream flavours
Type code below in textbox
Coding box below - Click in box and type text here! ⬇️ ⬇️
Output:
Click to Reveal Solution
icecreams = ["Mango", "Vanilla", "Blueberry", "Chocolate Peanut butter"] print(icecreams)