Skip to content

Statement Assesment #31

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))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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