I wish I could pretend to understand this!
Duplicate: https://www.codewars.com/kata/5bc048de9b84f478ae000907
Heh, glad you agree I'm still trying to figure out how to do it without millions loops
It's hard for a 5 kyu kata
This has nothing to do with actual syllable separation... It's just split the word with non sense rules I've just come up with.
Vowels will always be lowercase?
It is now mentioned in the description that vowels are "aeiou".
There're already dozens of katas about prime numbers, this one has nothing new to offer.
I just added that the input only contains a single word
mb i changed the rule last night and forgot to change the examples
it's fixed now
Hi, just wondering why ab-ort in the example isn't ab-or-t as there is a vowel and consonant or and they are not the last letters ?
ab-ort
ab-or-t
or
Hi,
It's not specified in the description that the input is always considered to be a single ""word"" (here: only lowercase letters)
This comment is hidden because it contains spoiler information about the solution
Python function parameter shadows the string module.
string
Loading collection data...
I wish I could pretend to understand this!
Duplicate: https://www.codewars.com/kata/5bc048de9b84f478ae000907
Heh, glad you agree I'm still trying to figure out how to do it without millions loops
It's hard for a 5 kyu kata
This has nothing to do with actual syllable separation... It's just split the word with non sense rules I've just come up with.
Vowels will always be lowercase?
It is now mentioned in the description that vowels are "aeiou".
There're already dozens of katas about prime numbers, this one has nothing new to offer.
I just added that the input only contains a single word
mb i changed the rule last night and forgot to change the examples
it's fixed now
Hi, just wondering why
ab-ort
in the example isn'tab-or-t
as there is a vowel and consonantor
and they are not the last letters ?Hi,
It's not specified in the description that the input is always considered to be a single ""word"" (here: only lowercase letters)
This comment is hidden because it contains spoiler information about the solution
Python function parameter shadows the
string
module.Loading more items...