Skip to content

Redundant Instructions #5

@CodingPoet

Description

@CodingPoet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions