Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use Pylint / flake8 compliant code in help pages #98

@bittner

Description

@bittner

Help page 4 contains code examples that may need to be updated in order to promote common practice in Python programming.

Specifically, the for loop should use an "anonymous" count variable instead of i, e.g.

for _ in range(36):
    for _ in range(36):
        go(10)
        turn(10)
    turn(10)

Are the images available in a source code or editable image format, or just as pixel graphics?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docs+guidesProgramming curriculum in the application and any other instructions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions