CBSE BOARD XII, asked by chaagnik, 7 months ago

Find the error of the following code. 1.var = 10 2. for i in range(10): 3. for j in range(2: 10: 1): 4. if var % 2 = 0: 5. continue 6. var += 1 7. var+=1 8. else: 9. Var+=1 10. print(var)

Answers

Answered by devbrijwal2345
0

Answer:

computer science

Explanation:

this is the question of computer science with python class 12

it is python programming language question

Similar questions