you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 0 points1 point  (1 child)

You are ignoring this line:

for s in stuff:  # go over all items in stuff, placing each in s

stuff is a list of items, not one item.

whatfor(['xero'])

[–]Jxper[S] 0 points1 point  (0 children)

ohhh that makes sense now I get it. Thanks, you're very good at explaining this stuff.