Question: For this assignment you will be writing python code to create a simple store website. You do not have to worry about things like security
For this assignment you will be writing python code to create a simple store website. You do not have to worry about things like security and user accounts. You will just be doing some work with html forms.
The website should present the user with a list of things that they can purchase. This list should be loaded from a text file containing the item descriptions and price. The web page should present each item - its description, price, a checkbox for whether or not to purchase, and a quantity to purchase box (either a pulldown with values 1-20, or a text box). At the bottom, the user should be able to enter their name and address.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
