6
ThomasHicks
1 3 11
181/ 195
Thomas Hicks
Last seen 2 years ago
Member for 10 years, 4 months, 22 days
Difficulty Normal
Best reviews / Newest reviews
Indexcept-veky 2 1
A clear example of the use of try/except - thanks! More
Index Power-CounterSparta
I didn't know you could do that! Clever solution. More
First-XiaozhouSun
我们办法一样! Wish I knew how to force the system to use Python 2.7 (the version I know) rather than 3.3, having to deal with the new approach to division in 3.3 caused me to stumble a bit. More
String arithmetic-nickie
Clever! I didn't know strings could be manipulated that way. More
Simple counter-vvnechy
Clear solution, easy to follow. More
First-AndriusMk
Seems it could be shortened but very clever solution avoiding conditionals and the code is very easy to read! More
First-shisashi
Now I need to go learn about "any". Thanks! More
First-houseftw
Very direct, easy to understand use of regex. More
Just a solution-Lump1338
With all the print statements I suspect this is easier to debug should something go wrong. More
First-neshta85
Not bad, seems there should be a more direct way rather than the negation but this works! More