python turtle taking "if" as a ParseError: bad input. why?
Change:
if elephant_weight > ant_weight
To:
if elephant_weight > ant_weight:
If statements need to have : at the end of them.
:
If this was helpful, please mark it as the answer.
oh thank [email protected]
Change:
To:
If statements need to have
:
at the end of them.If this was helpful, please mark it as the answer.
oh thank [email protected]