SublimeLinter. , , (Python), . , , Preferences → Package Control → Package Control: Disable Package, sublimelinter Enter.
, , PEP8 -compliant . :
listone = [1, 2, 3]
listtwo = [1, 2, 3]
matrix_one = [listone, listtwo]
matrix_one = [row[0] for row in matrix_one]
print matrix_one
Python 3, . Python , Python 3, python.org. 3 - , 2 - . 2, , , 3 ( ), 3, 2 .