36
U.V
15 40 50
8049/ 8195
Last seen 9 hours ago
Member for 2 years, 1 month, 27 days
Difficulty Easy
Best reviews / Newest reviews
simple and eazy-tamagoyaki 2 1
"abcdefghijklmnopqrstuvwxyz"+"abcdefghijklmnopqrstuvwxyz" contains in string package **from string import ascii_letters as ascii** "zyxwvutsrqponmlkjihgfedcba"+"zyxwvutsrqponmlkjihgfedcba" == **ascii[::-1]** More
match case-Red_Ale 1 1
++ For using new features of python ! More
namedtuple-Sim0000 1
It's really clear and educational solution and may be used as pattern for using namedtuple. More
I like to map it, map it-veky 1
This generator is fine, and i will try to use it somewhere! More
join + zip + sum-kdim 1
Very elegant and clear solution More
max str-kdim 1
get_latest=max Is enough, too B-) More
iter and zip_longest-Sim0000 1
Interesting using of **iter** ! More
not importing shorter code-tamagoyaki 1
Bad style - line toooooooooooooo.... long Split it! More
First-Sim0000 1
Very elegant solution. Construction **next()** I'l put in my knapsack B-). More
recursion-kdim 1
Recursion gives a short solution ! More
lambda-kdim 1
This is a "lambda" example from tutorials B-) More
re and maketrans-kdim 1
It's new for me: maketrans can translate string to single char ! More
Sum_by___Type-mikaeldovbnia 1
Elegant solution with using filter and list comprehension More
Second-colinmcnicholl 1 1
Well commented and educational solution. More
datetime timedelta-kdim 1
Accurate using of datatime methods More
First-kdim 1
Too complex solution for complex task B-))) More
Use Numpy matrixes-U.V 1
Yes. I see yours solution - it's interesting More
Fraction and match\case-kdim 1
In "Fractions Addition" use Fraction ! B-) More
recursive generator-juestr 1
Interesting using of recursion and yield More
Better than nested? Nah.-veky 1 1
Clear and pythonic solution with recursion More
1
2 3 4 5 6 7