identify the type of errors from the following program snippet 1=a while a is great than equal to 10 a+2= if a%0=0 then print a
Answers
Answered by
1
Answer:
File "/tmp/sessions/3215a50c63744479/main.py", line 1
1=a while a is great than equal to 10 a+2= if a%0=0 then print a
^
IndentationError: unexpected indent
Similar questions