Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a Home language
#1
ok, I dont have a code for this
what I need to do is basiclly create a home language
which the input will be translated to from english
to home language will add the letter B after each vowel, ive been trying for hours, searching the web etc.. and im not sure how to do it, I just cant understand it
Reply
#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
#3
If you've been trying for hours, you probably have some code you can show us, right?  If we see what you've been doing wrong, we can give tips on how to right the ship.
Reply
#4
I forgot to log back in here
sorry for not responding
I tried the day after and succeed after a couple minutes
thanks for everyone who wanted to help!
Reply
#5
Luckily for us, now you need help again :-)
Reply


Forum Jump:

User Panel Messages

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