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
0
Answer:
computer science
Explanation:
this is the question of computer science with python class 12
it is python programming language question
Similar questions
English,
3 months ago
Math,
3 months ago
English,
7 months ago
India Languages,
7 months ago
World Languages,
11 months ago
Geography,
11 months ago
Social Sciences,
11 months ago