Question: how to answer this question using python3 Task Assume that there are ten children in a group. Write a Python script named sweets-per-child.py which reads
Task Assume that there are ten children in a group. Write a Python script named sweets-per-child.py which reads a number of sweets (an integer) and outputs the number of sweets each child receives. Each child receives the most sweets possible such that each child receives the same number of sweets. There may be some sweets left over. Example input 1 30 Example output 1 3 Example input 2 45 Example output 2 4 In this case, there are five sweets left over
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
