I have a basic list EG : Test1 = [] then i used .append to add to it and fore EG it became: Test1 = ["hahaha", "lalalal", "mamama"]
at the end i print out the list but of course the brackets are there i checked other posts like this and didn't really understand could someone show me how it is done ?