Question: 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

 Write a program named program31py that prompts the user to enter

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!