Skip to content

Statement Assesment #31

@paper-skyline

Description

@paper-skyline

One of the first couple questions in the statement assessment asks students to use the str() method without having introduced that in any of the videos up to that point.

Also maybe add a note for Python3 users that range doesn't behave the same way it does in Python2:

#python2
range(0,51)
#python3
list(range(0,51))

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