filmov
tv
Python for everybody: data structures assignment 8.4

Показать описание
#pythodatastructuresweek4assigment8_4
#pythonforeverybody
A program that opens a text file containing several lines of words, reads each line and separates each word of each lines and puts them on the list without duplications. Then sorts them out alphabetically.
#pythonforeverybody
A program that opens a text file containing several lines of words, reads each line and separates each word of each lines and puts them on the list without duplications. Then sorts them out alphabetically.