Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Removal of duplicates
Post: Removal of duplicates

Hi everyone, I have made an anagram below from a words.txt file. with open('words.txt', 'r') as read: line = read.readlines() def make_anagram_dict(line): word_list = {} for word in li...
teebee891 General Coding Help 1 1,806 Feb-01-2021, 11:54 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020