Python Forum
A function that takes a word and a string of forbidden letters
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A function that takes a word and a string of forbidden letters
#6
As soon as you hit a return, the function is done and doesn't run through the rest of the for-loop. If you imagine a bus ride as a for loop, the return statement is like jumping off the bus before making it to the destination... you miss out on the rest of the bus ride.
Reply


Messages In This Thread
RE: A function that takes a word and a string of forbidden letters - by nilamo - Jun-12-2019, 09:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Searching for parts of a string or word Ulumulu 8 3,707 Mar-15-2021, 07:02 PM
Last Post: Ulumulu
  Homework advice - Boolean function, whole-word values musicjoeyoung 4 3,235 May-07-2020, 06:10 PM
Last Post: musicjoeyoung
  Trying to extract Only the capitol letters from a string of text Jaethan 2 2,165 Feb-27-2020, 11:19 PM
Last Post: Marbelous
  count unique letters in a word sunny_awesome 4 8,699 Jun-06-2019, 07:15 PM
Last Post: kotter
  Counting only letters in a string PraiseYAH 2 4,521 Jul-20-2018, 11:22 AM
Last Post: ichabod801
  Count Letters in a Sentence (without using the Count Function) bhill 3 5,165 Jun-19-2018, 02:52 AM
Last Post: bhill

Forum Jump:

User Panel Messages

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