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.
This project contains a Python script that generates a multiplication table for any number entered by the user. The script uses a while loop and demonstrates basic programming concepts.