Skip to content

further note on for loops #7

@rhubarbdog

Description

@rhubarbdog

Should you not also include an example of using a for loop to traverse a list or a string
for clock in Images.ALL_CLOCKS:
display.show(clock)
sleep(500)

or
for vowel in "AEIOU":
display.show(vowel)
sleep(500)

phil

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions