Changes between Initial Version and Version 1 of Ticket #2516, comment 10


Ignore:
Timestamp:
Jun 30, 2014, 9:45:34 PM (10 years ago)
Author:
Corey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2516, comment 10

    initial v1  
    11extra: the i++ used on lines 233 239 262 and 266 is also not python and unneccessary for the same reason as j += 1. also line 175 is the syntax for a multiline comment but i can't see the other side of the comment.
     2Also the for loops at the bottom? range(0,1) is just 0 in python so it runs once then stops, so is (2,3). what are you even trying to do with those? i cannot see any valid use for a for loop.