Question: write python code Q1. Each pizza has eight slices. Write a function required_pizza (adults:int, teens:int, children:int) -> int that takes three parameters representing the number
Q1. Each pizza has eight slices. Write a function required_pizza (adults:int, teens:int, children:int) -> int that takes three parameters representing the number of adults, teens, and children, and returns the required number of pizzas. Adults order two slices, teens order three slices, and children order one slice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
