C-18-Q050mediumsingle_mcq
After the loop ends, the program displays the result with:
After the loop ends, the program displays the result with:
- a
print(count) - b
print('The sum of the value is ', sum) - c
input(sum) - d
return sum
After the loop ends, the program displays the result with:
print(count)print('The sum of the value is ', sum)input(sum)return sum