Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
# vim:ft=python ts=4 sw=4 sts=4 et
# table.py - Simple python script that dynamically formats an ascii art table where
# each table cell holds an integer number (incremented, per cell).
# This is a typical excercise task coding lesson for new workers and I just
# wanted to see how bad I perform on this task.
# Written by Armin (Github: netzverweigerer)