Question: write in python 1. Create a program to accomplish the tasks below Create a program (without using if statements or loops) that takes a number

write in python
1. Create a program to accomplish the tasks below Create a program (without using if statements or loops) that takes a number of sodas and then tells the user how many Fridge Cubes, six packs, and single sodas it will be packages as. - six packs 6 - Singles are individual sodas Example output: How many sodas do you have? 117 Fridge cubes: 4 Six-packs: 3 Singles: 3 How many sodas do you have? 17 Fridge cubes: 0 Six-packs: 2 singles: 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
