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

Best reviews / Newest reviews
First-Alex_Rybalka
подумай, как сделать код читабельнее More
First-codeAligned
you don't need to convert letters into a list More
Maybe too many lines-Cocoolanu
I agree, it worth to think how to make the text smaller More
First-ukrainer.dp
перед отправлением решение, лучше все-же убирать лишние комментарии. More
First-ukrainer.dp
чтобы не делать вот такую лестницу из if-ов def checkio(data: str) -> bool: if len(data)>=10: if re.search(r"[A-Z]", data): if re.search(r"[a-z]", data): if re.search(r"[0-9]", data): return True else: More
First-Alex_Rybalka 1
HUM = self.human.h_quotes ROB = self.robot.r_quotes не надо капслочить для локальных переменных More
First-Alex_Rybalka 1
к чему эти ванлайнеры на 26ой и 28ой строке? More
First-freixodachamorra
but you don't need to use init here More
Elementwise arrays product-quarkov 1
In 99% of using `while` it can be replaced with `for`. More
sMartix-Kamilet
do you really need asserts inside the actual code? Why do you use `_` before the variable name in function `sm_copy`? More
160 Symbols :)-anatoly.kussul
perfect for creative category, thank you More
Cipher map-narimiran
I love that you did it not as one-liner More
Cipher map-Kamil112
it is better to say `actual_position` More
First-akisame338
+5 for me for not using 4-s in code :) More
Modular Cramer's rule-martin_b
wow.. this is too many math here. Thanks More
First-Shikou__Yamaue
well, this is beautiful each step has 4 lines :) More
collections and itertools-lsdda
not bad, but it is always better to do improrts outside of function More
First-Kairat 1
I think it is an incorrect solution. No? More
First-boris.pilka
it is good that you know enumerate. More
1 2 3 4 5 6 7 8 9 10 11 12 13
14
15 16