~ Challenge Yourself


For Loops: Challenge

In the Trinket below, can you write some code to print the odd numbers between 0 and 20?

What about a "movie countdown timer" that prints:

10
9
8
7
6
5
4
3
2
1

Finally, how about some code that averages a student's test scores. There's some starter code – a list called scores with the student's grades – in the Trinket below.

It's up to you to average those scores and assign that value to the variable container named average.