Skip to content

Commit fa7b477

Browse files
s0rtaronreiter
authored andcommitted
start loop for student with required variable name
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
1 parent d026d1a commit fa7b477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/learnpython.org/en/Loops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ numbers = [
9999
]
100100

101101
# your code goes here
102+
for number in numbers:
102103

103104
Expected Output
104105
---------------

0 commit comments

Comments
 (0)