Reference no: EM132357016
Project : Using Loops and Reading in File
1. Create pseudocode or flowchart for the following problem
a. Pseudocode must be on a separate Word .doc or .docx.
b. Flowchart must be created in visio or Lucidchart and saved to a PDF document.
2. Create and test the Python for the problem.
3. Create a folder called P3_yourInitials and put all files in the folder.
4. Upload the files with the correct name to the google drive in the projects folder.
The RSC Bookstore is having a three-day sale during which the price of any unsold t-shirt drops 15 percent each day.
For example, t-shirt that costs $15.00 on the first day costs 15 percent less, or $12.75, on the second day. On the third day, the same item is 15 percent less than $12.75, or $10.84.
Design a python script that will read in a txt file with 5 different t-shirt prices. Output is the price of each item on each day, one through three. Print the original price and the price on the 2nd and 3rd days.