Computer Science, asked by palaktiwari1245, 6 months ago

(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 Anonymous
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