Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Split and sort input file
Post: RE: Split and sort input file

Thanks to all those who viewed my code. I have managed to fix the error and outputted the excepted results. This is how the code should be to output the words in the list in alphabetical order. name =...
aawaleh General Coding Help 4 2,980 Apr-10-2020, 09:59 PM
    Thread: Split and sort input file
Post: RE: Split and sort input file

I will appreciate if anyone has a fix for my code...
aawaleh General Coding Help 4 2,980 Apr-10-2020, 06:54 PM
    Thread: Split and sort input file
Post: RE: Split and sort input file

Thanks TomToad, I should rstrip and split in the loop and than sort the list. I think I should append the list in the loop before sorting it. fname = input("Enter file name: ") fh = open(fname) lst...
aawaleh General Coding Help 4 2,980 Apr-09-2020, 08:27 PM
    Thread: Split and sort input file
Post: Split and sort input file

Hi there, I need help with the following code. I am trying to sort the list but only getting the last sentence of the file sorted. What am I doing wrong? fname = input("Enter file name: ") fh = open(f...
aawaleh General Coding Help 4 2,980 Apr-08-2020, 10:19 PM

User Panel Messages

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