Language
Python
Compiler
CPython 3.6.2
Options
$ python3 prog.py
[['1', '2', '3'], ['4', '5', '6'], ['7', '8', '9']]
[['1', '4', '7'], ['2', '5', '8'], ['3', '6', '9']]
Exit Code:
0
Author
anonymous
almost 7 years ago
Python
CPython 3.6.2
Author
anonymous
almost 7 years ago
$ python3 prog.py
[['1', '2', '3'], ['4', '5', '6'], ['7', '8', '9']]
[['1', '4', '7'], ['2', '5', '8'], ['3', '6', '9']]