Question: Each of the given code segments, except one, will produce the following output line. Which code segment will not be able to produce the following

Each of the given code segments, except one, will produce the following output line. Which code segment will not be able to produce the following output? [0.0,1.5,3.0,4.5,6.0,7.5,9.0] frange=[0.0]*7 for i in range (1,7) : frange [i]= frange [i1]+1.5 print(frange) frange = [] for n in range (0,100,15) : frange, append (n/10) print(frange) frange =[] i=0 while i(i1.5) i+=1 print(frange) frange= [] for n in range (0,10,1.5) : frange append (n) print (frange)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
