БГ
Size: a a a
БГ
A
G
G
A
G
A
G
G
A
def easy_unpack(ssss):
return (ssss[0],ssss[2],ssss[-2])
A
A
A
assert easy_unpack([1,2,3,4,5,6,7]) == [1,3,6]
A
БГ
assert easy_unpack([1,2,3,4,5,6,7]) == [1,3,6]
БГ
A
A
БГ
A
python3
assert 1==1
assert 1==2
Traceback (most recent call last):
File "source_file.py", line 2, in <module>
assert 1==2
AssertionError