Computer Science, asked by gazala2184, 3 months ago

32 Write the output of the following:
x=0
For l in range(5,1,=-1):
print(i)

Answers

Answered by RuwaisnZaid
0

Explanation:

OUTPUT:

IT WILL PRODUCE AN ERROR

KEYWORD ERROR

Similar questions