ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.04k stars 2.56k forks source link

Python loops and Functions Updates #678

Closed s0rta closed 2 years ago

s0rta commented 2 years ago

test_object requires the name 'number' so now there is a for loop that exists off the get go that gives you the variable name, so a student does not create a loop with a different variable name such as 'for i in numbers'

Pass keyword is not brought up in tutorial so far and would therefor be confusing to new students, replaced with empty returns.