Rewrite the following code in python after removing all syntax error(s).
Underline each correction done in the code.
30=To
for K in range(0,To)
IF k%4==0:
print (K*4)
Else:
print (K+3)
Answers
Answered by
4
Answer:
if k%4=0
pls mark me an brain list
Similar questions