wordList = ["Red", "Blue", "Green"]filePath = "output.txt"file = open(filePath, 'wU')file.writelines(wordList)file.close()
Name (required)
email (will not be published) (required)
Website