9
CaptCalculator
2 7 20
386/ 445
Troy Walters
Last seen 4 years ago
Member for 10 years, 4 months, 28 days
Difficulty Normal
Best reviews / Newest reviews
directions matrix-codebicycle
Very beautifully done. Love those list comprehensions!! More
Commented code-RicardoTormo
Succinctly done. Nice comments! More
First-xffox
This can be done without iteration and with fewer or no if statements. More
First-impboy
Works but could be considerably shorter. More
First-Herman
Good but the x variable assignment is unnecessary. You could just get rid of it and change line 9 to: if data.count(i) > 1 More
Lots of All-huterD
Nice and fairly concise. I think that the if statement is a little long and convoluted and can be simplified. More
Gily-gilymerkado
I like that you modularized the functions. However, this problem can be solved with FAR fewer lines of code. More
1
2