🖼️
Character Picture Grid
A small utility that rotates a 2D character grid 90 degrees and prints the resulting picture to the console.
A small utility that rotates a 2D character grid 90 degrees and prints the resulting picture to the console.
A small utility that rotates a 2D character grid 90 degrees and prints the resulting picture to the console.
Running the script prints the built-in grid rotated 90 degrees:
..OO.OO..
.OOOOOOO.
.OOOOOOO.
..OOOOO..
...OOO...
....O....
python character-picture-grid.py
Standard library only.