Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: help my python thinks -10 > -1
Post: RE: help my python thinks -10 > -1

nevermind it was the part where it says x3.insert(j - 1, x2[i]) it should be x3.insert(j, x2[i])
CRONighttrain General Coding Help 1 1,604 Aug-08-2021, 10:00 PM
    Thread: help my python thinks -10 > -1
Post: help my python thinks -10 > -1

the for loop is suppose to sort through the list x2 and then put anything that's lower than the value of the number at j on the list x3 at an index one less than j. I'm stopping it from putting in a ...
CRONighttrain General Coding Help 1 1,604 Aug-08-2021, 09:56 PM

User Panel Messages

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