8th Computer
8th Computer
Subject – Computer
Grade – VIII
Name …………………. Roll No. …………
Time: 3 Hours Max. Marks: 50
Explain Range function () in python and do correction in the given code and write the output after
correcting the code.
for i in range (0, 11, 1)
display(i)