68 of 100 menu

Python Taskbook Level 7.8

Given a text file, shuffle the words in this file in random order.

You are given a text file. Get all the unique words from this file. Write the result to a new file, so that each row contains 10 words separated by spaces.

Write a program that will generate the following list:

[ '1', '12', '123', '1234', '12345', '1234', '123', '12', '1', ]
enru