Computer Science, asked by satavisha44, 4 months ago

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 riyaatschool
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