8
Akop_Akopov
3 16
334/ 345
Last seen 3 years ago
Member for 6 years, 8 months, 15 days
Difficulty Normal
Liked a comment created by Sim0000 for forum post "IndexError: list index out of range stone_wall, 21"
In extra test 4, your code fails. The correct answer is 2. In line 16, weakest_places becomes [ ]. I
Yes. Thank you. It helped
Hi, I decided to grab all the cols where there are 2 zeros and than choose col with smallest index a
Liked a comment created by r_tchaik for forum post "one two 3 four five six 7 eight 9 ten eleven 12"
Your code could be simplified to:

    def checkio(words: str) -> bool:
        count = 0
        fo
Commented a forum post "via matrices" created by Akop_Akopov
Thank you all. After fixing all my stupid errors, i managed to solve this problem. found my solutio