Question: Im missing something crucial here, this is in python Write a function called print_hundred (numbers) that takes a list of integers numbers and prints all
Im missing something crucial here, this is in python

Write a function called print_hundred (numbers) that takes a list of integers numbers and prints all the numbers from numbers in order until the sum of the numbers printed exceeds 100. Note: if the sum of the numbers is less than or equal to 100 then all numbers in the list are printed. For example: Test Result print_hundred([1,2,3]) print_hundred([100, -3, 5, 7])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
