Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a Home language
#2
Iterate through your string and append each character to a list.  If the letter is a vowel append a "B" as well.  Join the letters when finished.

We will need to see some code before moving forward but the description above is exactly what you need to do.
Reply


Messages In This Thread
a Home language - by TDH - Sep-21-2017, 02:12 PM
RE: a Home language - by Mekire - Sep-21-2017, 02:41 PM
RE: a Home language - by nilamo - Sep-21-2017, 03:20 PM
RE: a Home language - by TDH - Oct-17-2017, 02:03 PM
RE: a Home language - by buran - Oct-17-2017, 03:30 PM

Forum Jump:

User Panel Messages

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