filmov
tv
Coding to Christmas – Python - Challenge 7
Показать описание
Challenge 7 - Christmas Wishlist
You want to create your Christmas Wishlist, it has to accept 10 presents and add them to an empty list. Once you have added all your presents to your list, print them all out, one after each other.
Overview:
In this challenge, you’ll learn how to get your computer to loop through different lists.
This will allow you to answer the challenge above, as well as link to additional questions for you to try out.
What you’ll need:
What you’ll learn:
• For loops
• Lists
You want to create your Christmas Wishlist, it has to accept 10 presents and add them to an empty list. Once you have added all your presents to your list, print them all out, one after each other.
Overview:
In this challenge, you’ll learn how to get your computer to loop through different lists.
This will allow you to answer the challenge above, as well as link to additional questions for you to try out.
What you’ll need:
What you’ll learn:
• For loops
• Lists