Exercise 1 · Chapter: ListsRequired+50 XP
Fruit List
Create a list with 3 fruits: "apple", "banana", and "cherry".
Then use a for loop to print each fruit on its own line.
Expected output
apple banana cherry
Need a hint?
3 available · costs 5 XP each
python
Output
Run your code to see the output here.