Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not sure where to start?
#2
In both cases it sounds like you should just create a list and append each valid entry to it.  Then at the end if you want one long string you just use str.join.

Have you tried this?
Reply


Messages In This Thread
Not sure where to start? - by torz - Dec-15-2017, 11:48 AM
RE: Not sure where to start? - by Mekire - Dec-15-2017, 12:09 PM
RE: Not sure where to start? - by torz - Dec-15-2017, 12:31 PM
RE: Not sure where to start? - by Mekire - Dec-15-2017, 12:40 PM
RE: Not sure where to start? - by torz - Dec-15-2017, 02:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What's the difference b/w assigning start=None and start=" " Madara 1 2,367 Aug-06-2018, 08:23 AM
Last Post: buran

Forum Jump:

User Panel Messages

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