beejjorgensen/bgpython

Incorrect comment

Closed this issue · 0 comments

Incorrect comment in Flow Control:

for i in range(4, 20, 2): # loop from 5 to 9, skipping by 2 each time
    print(i)