Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 803 Bytes

File metadata and controls

9 lines (6 loc) · 803 Bytes

Web Programming Concepts

These are sample projects from my web programming concepts class. Most of them will probably be written in Python. All of them are licensed under the GNU AGPLv3. You may not copy and use these files for any reason without attribution.

Description of Contents:

FoodCollector.py - Collects input about the user's favorite foods.

TipCalc.py - Collects input about the user's bill and returns the appropriate tip.

CarSales.py - Collects input about the car involved in the sale and returns the total cost.