new to development and have a rookie question.
I'm receiving a syntax error in the 2nd statement of this if block. No idea why? Please help.
if engine_capacity <= 1600:
rate=.25
if engine_capacity >1600 and =<2000:
rate=.50
if engine_capacity > 2000:
rate=.75