6
studioj
4 14
175/ 195
Last seen 6 years ago
Member for 9 years, 4 months, 22 days
Difficulty Normal
Best reviews / Newest reviews
First-asa119 2
cool in it's simplicity\ try\ import string\ string.lowercase More
First-argrento 1 1
you could directly return the int without saving as a separate value and you don't lose readability with that change More
First-ammeyjohn
probably the most evident way of doing it More
One-liner-suic 1
nice to have it all in one line, but to me there are more readable options More
First-b90049
nice although the part after the * could be array[-1] More
Datetime-pseudonoob
isn't returning abs((date1 - date2).days) faster? More
First-Riddick 1
import string \ print string.lowercase this will also give you the alphabet list More
First-erushenko
damn forgot the endswith :-) nice one More
First-BetoAlberto
could be as clear if you would return the operation directly More