I\'ve already looked at this post about iterable python errors:
"Can only iterable" Python error
But that was about the error \"cannot assign an iterab
string join must satisfy the connection object to be iterated(list, tuple)
splitlist1.reverse() returns None, None object not support iteration.