Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program named program31py that prompts the user to enter an exact multiple of 7'. Your program should respond positively to correct inputs and

image text in transcribed
Write a program named program31py that prompts the user to enter an exact multiple of 7'. Your program should respond positively to correct inputs and politely inform the user about incorrect responses. Write a creative program named program32.py that delivers a short civics quiz [two questions only}. The program should pose the questions, prompt the user for the answers, and provide positive or negative feedback as appropriate. The questions are up to you except for this requirement: one quiz question should require a string answer and the other should require a numeric answer. Shipping charges for online orders from orinoco.com are based on the value of the order and the shipping weight. Shipping is free for orders with a value of $100 and up. Orders less than $100 incur shipping charges as follows: Over 40 lbs: $1.09 per lb. Over 20 lbs: $0.90 per lb. Under 20 lbs: $0.89 per lb. Write a Python program named program33.py that prompts the user to enter both the value and weight of an orinoco order, then displays the required shipping charges. Note, however, that if the order value is $100 or more. weight is irrelevant and your program should not ask for it. The charges should be displayed in currency format with the $ sign right up against the first digit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Android 4 Application Development

Authors: Reto Meier

3rd Edition

1118223853, 9781118223857

More Books

Students also viewed these Programming questions