If Python identifies a particular line of code as having a syntax error, where should you look to find and fix the problem?
Select one:
a.
Exactly where the carat (^) points
b.
On that line of code or earlier (above) in your source
c.
On that line of code only; it must be right there
d.
On that line of code or later (below) in your source file
1 answer
b. On that line of code or earlier (above) in your source