M
Size: a a a
M
AS
AS
АА
r
АА
.

SA

SA
break instead of changing i..
.
SA
i variable, but in python implementation you are using range(4) iterator which will generate numbers from 0 to 3 included. So in python assigning i = 8 will not affect loop.SA
.
i variable, but in python implementation you are using range(4) iterator which will generate numbers from 0 to 3 included. So in python assigning i = 8 will not affect loop.SA
SA
SA
.
SA