5
Bondr
3 18
137/ 145
Last seen 1 year ago
Member for 2 years, 8 months, 12 days
Difficulty Normal
Best reviews / Newest reviews
First-robertabegg 1
Good job! Though no need in a space in "words.split(' ')". It works in such a way by default. More
First-nimay
This is a solid classic solution using the list comprehension. More
First-jilltg_626
Witty use of the int() constructor. More
First-Vasilij_Kabashkin
Good solution! Not a one-liner but understandable. More
string slicing-gromadzka.karolina
It works OK, but it would be better to optimize it addding else: before the last line of the code. More
First-Bernardo_Pereira 1
It works, but it seems to me the passage of "element == int or " is redundant. More
First-onezhkin
Very smart solution! I like it. More
regex-ferloopew
Probably it's one of the best solution with the "re" module! More
One liner - as simple as possible-Pelmen323
Just as mine except the parentheses before a method() _return ','.join(phrases).replace('right', 'left')_ More