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

Best reviews / Newest reviews
Say Hi-svartmetall 17
so many likes. I hope people will also check [our article about f-string](https://py.checkio.org/blog/pep-498-f-strings-python-36/). More
Shortest-veky 15
"Harder, Better, Faster, Stronger" - Daft Punk "Harder, smaller, shorter" - Veky :) More
1-liner: +marriage-przemyslaw.daniel 4 1
Just today I was thinking.. maybe we should make one more funny mission? :) More
First we take Manhattan...-veky 4 1
If I get this code for a production solution, I would ask to refactor it. More
re.match(ver.2)-kurosawa4434 3 1
this is a great example of fr-string :) More
Straightforward-Pouf 3 1
a video code review from @veky https://www.youtube.com/watch?v=bAea_X5cCJo More
Practical-PositronicLlama 3 1
if l % 2 == 1: if l % 2: More
Boo-Juge_Ti 3
Ok. It's time to open CheckiO Art section More
First-eugen2005 3
[Here](https://py.checkio.org/mission/is-even/publications/eugene100372/python-3/first/share/e2ea5c7705f3512261cb241b44526770/#comment-116766) I've explained how `%` works Operator `not` first converts int to bool... * 0 = False * any non-zero value = True ... then inverts * True = False * Fals More
Useful import-Slowicide 2 1
line 4-6: can it be replaced by cnt = collections.Counter(data) ? More
Composition of Functions-flpo 2 1
A case where solution to the puzzle is harder than the puzzle itself :) More
Regexes all the way-ale1ster 2
I didn't expect that it is possible to be solved by RE only :) More
First-matesik1995 2
I don't think it should have so many vote though... More
min of dict of enumerate of zip of splitlines of strip by count of columns of argument of key of min-veky 2 1
solution's name looks like a new programming language. You can call it CiO-Spoiler :) More
Chessboard-veky 2
we should make a video code review around Funny Addition some time :) should be interesting :) More
Oplossing All the Same-RobWcool 1
good solution, and very good direction of thinking. couple notes here. If you want to check - if list is empty or not, you can simply do: if not list_to_check: # list is empty return False also this code if (len(set1) == 1): return True else: return F More
First-viktor.chyrkin 1 1
Imagine how much easier it could be to read. enemy_mark = 'X' if your_mark == 'O' else 'O' More
First-modolee 1 1
you can do simplier else -delta.days you can also use abs function More
Binary count-AleksandrKasianov 1
I've just found out that definition of `str.count` is different than `list.count` >>> help(list.count) count(...) L.count(value) -> integer -- return number of occurrences of value >>> help(str.count) count(...) S.count(sub[, start[, end]]) -> int More
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16