Dec-24-2018, 07:39 PM
Is gathered_list the final output? If so, you are resetting it every loop. You are doing an assignment on line 32, which is completely reseting it to the current list of words. Set gathered_list to [] before the loop, and then just append final_list to gathered_list each loop.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures