Python Forum
Trying to write func("abcd") -> "abbcccdddd"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to write func("abcd") -> "abbcccdddd"
#9
If you ignore the "generator" part of it, the flow is similar. But the join and concatenation are not shown in the correct places in this rewrite. The join you have is superfluous. It's only the addition operator that is building up the string.
omm likes this post
Reply


Messages In This Thread
RE: Trying to write func("abcd") -> "abbcccdddd" - by bowlofred - Oct-24-2020, 03:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to output one value per request of the CSV and print it in another func? Student44 3 1,351 Nov-11-2022, 10:45 PM
Last Post: snippsat
  Func Animation not displaying my live graph jotalo 0 1,571 Nov-13-2020, 10:56 PM
Last Post: jotalo
  call func from dict mcmxl22 3 2,872 Jun-21-2019, 05:20 AM
Last Post: snippsat
  About [from FILE import FUNC] Nwb 7 3,628 Apr-21-2019, 02:46 PM
Last Post: snippsat
  Executing func() from a different folder ebolisa 2 2,364 Jan-14-2019, 10:18 AM
Last Post: ebolisa
  Correct number wrong position func. albry 5 6,037 Jan-11-2019, 04:01 PM
Last Post: Larz60+
  How can I return my list from a func? Mike Ru 3 3,108 Oct-22-2018, 01:15 PM
Last Post: buran
  list func in lambda mepyyeti 1 2,920 Mar-10-2018, 09:07 PM
Last Post: buran
  return variable in func mepyyeti 1 2,646 Mar-01-2018, 02:30 AM
Last Post: Larz60+
  Print func textbox instead of shell zykbee 1 5,261 Dec-06-2017, 08:22 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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