Question: 3. Write one print statement to display the following quote. Save your code as labI 3.py (2-pt). Example output: Albert Einstein once said, A person
3. Write one print statement to display the following quote. Save your code as labI 3.py (2-pt). Example output: Albert Einstein once said, "A person who never made a mistake never tried anything new." 4. Write one line of code for each step a - e. Save your code as labl 4.py (5-pt). Discounted Price - The following steps calculates the price of an item after 25% reduction. a) Create a variable price and assign it the value 99.99. b) Create a variable discountPercent and assign it the value 25 . c) Create the variable markdown and assign it the value of discoumt Percent divided by 100 times the value of price. d) Decrease the value of price by markdown. e) Display the value of price (round to two decimal places)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
