Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: looping through lists
Post: RE: looping through lists

Great! Thanks! it helped a lot. I have not reached that section of the tutorial explaining logical And, etc. yet! I was just experimenting!
brianl General Coding Help 2 2,476 Jan-10-2018, 07:06 PM
    Thread: looping through lists
Post: looping through lists

I have just started to learn Python and am going through tutorial. I have the following iteration: [(x,y,z) for x in [1, 2, 3] for y in [1, 2, 3] for z in [1, 2, 3] if x != y & x != z & y != ...
brianl General Coding Help 2 2,476 Jan-10-2018, 05:52 PM

User Panel Messages

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