mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-13 11:31:20 -07:00
c500424956
print_with_tab / print_with_whitespace is trivial with Python string formatting and was mostly used in only 2 lines.
Original source downloaded from Vintage Basic
Conversion to Python