(d)
2
Rewrite the following code in python after removing all the syntax errors.
Underline each correction done in the code.
a,b = 2:2
While a%b = 0
at=10
b+=2
Else:
Print('End')
Answers
Answered by
4
Answer:
hi..
Explanation:
a,b=2,2
while a%b==0:
a=10
b+=2
else:
print("End")
hope it helps you ✌️
Similar questions
Hindi,
3 months ago
Hindi,
6 months ago
Social Sciences,
6 months ago
Math,
10 months ago
Chemistry,
10 months ago