40
oduvan
15 34 57
10059/ 10664
Last seen 15 hours ago
Member for 13 years, 10 months, 21 days
Difficulty Easy
love it!

Best reviews / Newest reviews
First-Shikou__Yamaue
well, this is beautiful each step has 4 lines :) More
collections and itertools-lsdda
not bad, but it is always better to do improrts outside of function More
First-boris.pilka
it is good that you know enumerate. More
First with OrderedDict from collections-Molot
This is an interesting idea of keeping order and removing duplicates. More
First-arbores401
I like your solution. How you split it on sub-function to make the logic more clear Thank you More
First-DavidVargas 1
I think it is way too many comments More
Life is Short!-PHANTOM0308
a fun way to use bool as index for predefined list More
Acceptable Password I-JimmyCarlos
I'm wondering what is a better way to do `a > 6` or `a >= 7` ? More
Using len, string-barborakacerovska
password is str already. No need to explicitly convert it More
First-A1berrt 1
If you create a variable just to return it right after, means you don't need that variable. just do if conditions: return else: return More
First-A1berrt 1
Here you can check the same solution as you did, but using list comprehension. More
First-A1berrt 1
You've simply pasted the solution. Did you make it by yourself or copy from somewhere? More
First-A1berrt
very good. Keep up a good work More
simply-rybld2
Constants can be defined outside the function More
question ?-rybld2
especially when you can simply import it from math module :) More
First-Teja_002
str as variable - super bad idea More
Reduce-hencoappel
you have a common function but in the same time lines 9:10 and 14:15 are the same More
First-yama_k_1101
you can get less_than and greater_then from https://docs.python.org/3.6/library/operator.html More
Really short-panki 1
But previous solution I like more :) More
1 2 3 4 5 6 7 8 9 10 11 12 13 14
15
16