Question: I have problems soling this labJump to level 1 String shopper _ name and integer peach _ quantity are read from input. Module pie _

I have problems soling this labJump to level 1
String shopper_name and integer peach_quantity are read from input. Module pie_shop defines buy_peach_pie() and module
peach_pie defines make(). Import modules pie_shop and peach_pie into
main.py.
grad Click here for example
Ex: If the input is:
Mia
9
then the output is:
Mia buys a pie with 9 peaches.
9 peaches are made into one peach pie.
1
2
3 shopper_name = input ()
peach_quantity = int (input ())
pie_shop.buy_peach_pie(shopper_name, peach_quantity)
peach_pie.make(peach_quantity)
 I have problems soling this labJump to level 1 String shopper_name

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 Databases Questions!