How would I convert something like: abc =3D ["abcdef"] into abc =3D "abcdef" What I'm actually trying to do is convert a file.readlines() into a single string and then .split(" "). Is this possible? I've tried every kind of for loop I can think of to make this work, but I can't figure it out. Thank you, -- Kyle