Question: What will the following code display? total = 0 for count in range (1, 6): total = total + count print (total)
What will the following code display?
total = 0 for count in range (1, 6): total = total + count print (total)
Step by Step Solution
3.39 Rating (146 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
