Rewrite the following code in python after removing all the syntax errors. Underline each correction
done in the code.
a,b = 2
While a%b = 0
a+=10
b+=2
Else:
print(‘End’)
Answers
Answered by
6
Answer:
a=b=2
if a%b=0:
while a%b = 0:
a+=10
b+=2
else:
print("End")
please mark brainliest its my birthday today
plzzzzzzzzz
Similar questions
Sociology,
2 months ago
India Languages,
2 months ago
Math,
2 months ago
Math,
4 months ago
Physics,
10 months ago
Computer Science,
10 months ago