#Multiplication Table with Flask. Vincent Santaygillo
Make sure you have flask and installed in your Python Environment.
This program asks a user for a whole number and prints it's multiplication table using for loop and Flask.
Steps for Multiplication Table:
- Download the MulpiplicationTable folder
- Run main.py using CMD.
- Access the provided localhost URL( "http://localhost:5000/" is the default).
- Enter "http://localhost:5000/hello/number" in your browser.(Make sure to replace "number" with your desired number)