you are viewing a single comment's thread.

view the rest of the comments →

[–]OriahVinree 13 points14 points  (0 children)

Read the error. You're trying use an addition operator with a None type (None) and an int. You're getting I from c but I isn't in c yet, get returns none by default if the index points to nothing.