Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Using values from a list of tuples within a loop
Post: RE: Using values from a list of tuples within a lo...

Hi, Figured out. I was overthinking it (as usual). This gives the desired result: srcids = [] src_prefix = '2/9/1/' def jtrange(start, end): return range(start, end + 1) def srcidrange(srct...
jtpy General Coding Help 5 4,012 Mar-11-2018, 08:31 AM
    Thread: Using values from a list of tuples within a loop
Post: RE: Using values from a list of tuples within a lo...

Hello buran, (Mar-09-2018, 08:17 AM)buran Wrote: can you be more specific what you mean by how to use or assign the second values of the tuples to each iteration of the output and # values that I w...
jtpy General Coding Help 5 4,012 Mar-09-2018, 09:36 AM
    Thread: Using values from a list of tuples within a loop
Post: RE: Using values from a list of tuples within a lo...

Hello buran, and thanks for your message. I have stripped down the code a bit to post it here and have used the print function just to make it easier for people to see what's happening. The actual sc...
jtpy General Coding Help 5 4,012 Mar-09-2018, 07:40 AM
    Thread: Using values from a list of tuples within a loop
Post: Using values from a list of tuples within a loop

Hello Python forum! I've been trying to solve this issue long enough to make want to seek help **smile** I've basically created a function that contains a loop that goes through a range of values ...
jtpy General Coding Help 5 4,012 Mar-08-2018, 10:17 PM

User Panel Messages

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