36
U.V
15 40 51
8141/ 8195
Last seen 2 days ago
Member for 2 years, 2 months, 13 days
Difficulty Easy
Best reviews / Newest reviews
First-hkgok1
> line[0].isupper() and line[1:].islower() line==line.capittalize() More
First-mortonfox
It's fine! Really clear solution More
Keywords Finder-IRONKAGE
Solution is higly structired and clear. Well done. More
First-Tinus_Trotyl
Very elegant solution. And using **~X** is fine. More
First-Phil15
Short and clear dolution ! **re** make it so, More
namedtuple-Sim0000 1
It's really clear and educational solution and may be used as pattern for using namedtuple. More
Counter-gyahun_dash
I liked the use of the itertools.product in this context and will use it More
First-Lowyy
It's better ## return len(password) > 6 ## Isn't it ? More
using three depth loop!-tamagoyaki
You can replace 3 deep loops by itertools.product B-) More
not importing shorter code-tamagoyaki 1
Bad style - line toooooooooooooo.... long Split it! More
simple and eazy-tamagoyaki 2 1
"abcdefghijklmnopqrstuvwxyz"+"abcdefghijklmnopqrstuvwxyz" contains in string package **from string import ascii_letters as ascii** "zyxwvutsrqponmlkjihgfedcba"+"zyxwvutsrqponmlkjihgfedcba" == **ascii[::-1]** More
36-liner: 7 easy examples-przemyslaw.daniel
It's fine. I see 7 different solutions. More
First-kdim 1
Too complex solution for complex task B-))) More
real base-veky 1
I'm too lazy to use namedtuple, but it's time to start. More
Fraction and match\case-kdim 1
In "Fractions Addition" use Fraction ! B-) More
zip_longest-flpo
A lot of solutions for **The Hidden Word** use **zip_longest** More
First-Sarina
A lot of solutions for **The Hidden Word** use **zip_longest** More
The Hidden Word-narimiran
A lot of solutions for **The Hidden Word** use **zip_longest** More
First-sidorov
> global MORSE > is not needed More
Most obfuscated solution?-codexer42
Not lazy to type this abracadabra B-) More
1
2 3 4 5 6 7