Question: What is the output after running the following code segment? for i in range(0,5): print(i) The number 5 printed five times. BO The values increasing

What is the output after running the following code segment? for i in range(0,5): print(i) The number 5 printed five times. BO The values increasing from 0 to 4, inclusive. co The values decreasing from 4 to 0, inclusive. The values increasing from 0 to 5, inclusive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
