+ 5
Challenge : extract vowels from a String.
Below are my mine. https://code.sololearn.com/civbBrOlymW8/?ref=app https://code.sololearn.com/cwsrkntGPfHX/?ref=app https://code.sololearn.com/c6VMjwVv1Vkj/?ref=app
11 Respostas
+ 9
https://code.sololearn.com/cI0TI5uFA5Fb/?ref=app
+ 7
Lmao 1-liner why didn't think of that!
+ 6
https://code.sololearn.com/cpGQdmQar9MF/?ref=app
The end is only for putting in the same line
+ 6
Np Binyam :)
@Vengat Actually, I just edited binyam's code, thanks for your input👍
+ 6
@$Vengat who's the new plat? @Rick or @Equar? either way Congrats!
+ 5
[print(i, end='') for i in input() if i in 'aeiou']
+ 4
Congrats for platinum by the way
+ 4
Damn rick that was fast.
But that len() is not necessary as we can simply do:
for var in iterable, string is an iterable
+ 3
Thank you @Rick, @$Vengat & @ChaoticDawg
+ 3
Binyam
+ 2
c++ version
https://code.sololearn.com/csNT36aeWOJl/?ref=app