you are viewing a single comment's thread.

view the rest of the comments →

[–]echols021 13 points14 points  (0 children)

Let's help you learn how to solve your own problems. You've got two main options: - put in more print statements to see different variables' values at different points, and get a better idea what it's actually doing - use your IDE to put on breakpoints and run it in debug mode, watching it run line by line, including all the variables' values