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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started