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

Best reviews / Newest reviews
First-Julia_Makeyeva
line 9: result[x] = my_text.count(x) More
First-alex.kov 1
а почему не result = ''result += x More
First-NikitaYatsura
text.split() - делаешь дважды. А как сделать так, чтобы только один раз? More
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-NodiMay
it is Python 3 inside. You can use format :) 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
First-ndj_ys 1
if you want to convert 7 -> 07 you probably don't dict. Check how str.format works 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
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