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
13
Answer:
a=5
work=true
b=hello
c=a+b
FOR i in range(10):
if i%7=0:
continue
Answered by
3
Answer:
see the attachment........
Attachments:
Similar questions
Social Sciences,
4 months ago
Chemistry,
4 months ago
Math,
8 months ago
Science,
11 months ago
Chemistry,
11 months ago