Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
join string lists
#3
If you start with:
1=[A, B, C, D]
you are going to have a hard time making this work.
- You need a legal name for your list
- If A,B,C,... are strings , they seem to have no value (or is it 'A'...).
We need a better starting point.
Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Reply


Messages In This Thread
join string lists - by redminote4dd - Jun-11-2020, 01:37 PM
RE: join string lists - by menator01 - Jun-11-2020, 02:06 PM
RE: join string lists - by DPaul - Jun-11-2020, 02:06 PM
RE: join string lists - by redminote4dd - Jun-11-2020, 02:15 PM
RE: join string lists - by menator01 - Jun-11-2020, 02:17 PM
RE: join string lists - by GOTO10 - Jun-11-2020, 02:33 PM
RE: join string lists - by redminote4dd - Jun-11-2020, 02:56 PM
RE: join string lists - by perfringo - Jun-11-2020, 02:42 PM
RE: join string lists - by pyzyx3qwerty - Jun-11-2020, 04:41 PM
RE: join string lists - by Yoriz - Jun-11-2020, 07:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ''.join and start:stop:step notation for lists ringgeest11 2 2,457 Jun-24-2023, 06:09 AM
Last Post: ferdnyc
  Generate a string of words for multiple lists of words in txt files in order. AnicraftPlayz 2 2,847 Aug-11-2021, 03:45 PM
Last Post: jamesaarr
  The difference between os.path.join( and os.sep.join( Pedroski55 2 9,504 Nov-17-2020, 08:38 AM
Last Post: Pedroski55
  Split dict of lists into smaller dicts of lists. pcs3rd 3 2,404 Sep-19-2020, 09:12 AM
Last Post: ibreeden
  Partial convertion string to int in lists satellite89 6 3,455 Apr-22-2019, 08:50 PM
Last Post: Yoriz
  sort lists of lists with multiple criteria: similar values need to be treated equal stillsen 2 3,306 Mar-20-2019, 08:01 PM
Last Post: stillsen
  SQL select join operation in python(Select.. join) pradeepkumarbe 1 2,257 Feb-14-2019, 08:34 PM
Last Post: woooee
  Sorting list of lists with string and int Otbredbaron 6 4,228 May-07-2018, 06:04 AM
Last Post: buran
  How to create a long string by concatenating two lists nikhilkumar 11 7,572 Jul-12-2017, 05:36 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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