Computer Science, asked by malangforky, 5 months ago

5. What will be the output of the following code?
for i in range(1,12):
if i % 2 == 0 :
continue
print(i)

Please help!!!!

Answers

Answered by akramaafroz
1

Answer:

I think for I in range 1,12

Answered by ramtajogi3113
0

Answer:

I have no help

Explanation:

good night everyone

Similar questions