Question: Suppose that the input is 1 20 35 15 28 6 -1. What is the output of the following code? sum = int(input(Enter sum:
Suppose that the input is 1 20 35 15 28 6 -1. What is the output of the following code? sum = int(input("Enter sum: ")) !3! count = int(input("Enter count: ") !! while count
Step by Step Solution
3.51 Rating (154 Votes )
There are 3 Steps involved in it
input ismust be enterd in following sequence 1 20 35 15 28 6 1 Hence sum ... View full answer
Get step-by-step solutions from verified subject matter experts
