# Prompt the user to enter the table dimension, convert the string returned by ...
Takes number N from command line, and creates N x N multiplication table in an Excel spreadsheet. Inspired by Al Sweigart's Automate the Boring Stuff with Python: Chapter 12.