Can anyone tell me the output of the following program. I tried to Do it but it isn't working. Here is the code
for i in range(2,1):
print(i)
Can anyone tell me the output of the following program. I tried to Do it but it isn't working. Here is the code
for i in range(2,1):
print(i)