-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
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
Labels
No labels