Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 2d List not returning
Post: RE: 2d List not returning

(Sep-22-2020, 05:03 PM)buran Wrote: [x][y] is not a valid python object. [x] is one-element list as well as [y]. ([x], [y]) is two-element tuple, each element being one-element list. maybe explain w...
DariusKsm General Coding Help 2 1,725 Sep-22-2020, 05:11 PM
    Thread: 2d List not returning
Post: 2d List not returning

Hey, Im trying to get this function to return a value like [x][y] but it keeps giving me "line 54, in move return [new_row][new_col] IndexError: list index out of range." (sorry for not knowing th...
DariusKsm General Coding Help 2 1,725 Sep-22-2020, 04:40 PM

User Panel Messages

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