Computer Science, asked by tacticalorange88, 8 months ago

Rewrite the following code in python after removing all syntax error(s). Underline each correction done in the code: a=5 work=true b=hello c=a+b FOR i in range(10) if i%7=0: continue

Answers

Answered by aryankhandelwal018
13

Answer:

a=5

work=true

b=hello

c=a+b

FOR i in range(10):

if i%7=0:

continue

Answered by Anonymous
3

Answer:

see the attachment........

Attachments:
Similar questions