Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Creating list of lists, with objects from lists
Post: RE: Creating list of lists, with objects from list...

(Sep-30-2022, 09:19 PM)deanhystad Wrote: You can use zip. Zip is one of my favorite Python functions. I use it all the time. https://docs.python.org/3/library/functions.html#zip In the code belo...
sgrinderud General Coding Help 7 1,727 Oct-01-2022, 09:37 AM
    Thread: Creating list of lists, with objects from lists
Post: Creating list of lists, with objects from lists

Hi, I have two lists like this: List1 = ['1','2','3','5'] list2 = ['a','b','c','d','e']and im trying to combine them into one list of lists like this: Wanted_result = [['1','a'],['2','b'],['3','c'],[...
sgrinderud General Coding Help 7 1,727 Sep-30-2022, 08:04 PM

User Panel Messages

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