"Steve" <Gronicus@SGA.Ninja> writes: > I am going though a struggle with this and just don't see where it fails.
It seems to me you're putting your data into strings when you need to put it into lists. And no, adding brackets and commas to your strings so that printing out the strings makes them look like lists doesn't make them into lists. There's python tutorial at https://docs.python.org/3/tutorial/index.html which may help with the basics. -- https://mail.python.org/mailman/listinfo/python-list