-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
http://localhost:4000/Building-with-Python/slideshow/#/languagebasics--loop-play
In the challenge we are asked to:
Print out the numbers 1 to 10.
Change the code so that it prints out multiples of 10 instead.
Make the loop to count from 10 to 100 in steps of 10? (10, 20, 30...)
Printing out 1 to 10, then multiples of 10 means we go 10 - 100. We are then asked to make the loop count in from 10 to 100. Which is 1 to 10 in multiples of 10. #justsaying
Metadata
Metadata
Assignees
Labels
No labels