You can run this script from the command line by entering the required input values as arguments. For example, to calculate the price of a 16x20 inch photographic print from a limited edition of 50, with a reputation factor of 1.5, production cost of $200, subject value of 0, and a framing cost of $200, you would run the script like this:
python print_price.py 16 50 1.5 200 200 0The output should be $840.80