10
woe_from_wit
1 2 8
205/ 545
Last seen 5 months ago
Member for 8 years, 2 months, 2 days
Difficulty Normal
Best reviews / Newest reviews
sneaky offset-Renelvon 1
Nice solution. I used the same approach but left a lot of comments so the solution was more clear for new coders http://www.checkio.org/mission/median/publications/woe_from_wit/python-3/notes/ More
First-rx93ys
you don't need to put condition in scoce More
First-jollyca
if a != 0: # do A else: # do B is the same as if a: # do B else: # do A More