0
My code keeps popping an error claiming invalid syntax on line three, specifically pointing to the number 100 What is the issue?
4 Answers
+ 1
Add this at the end of the line ":"
It should be
while straws<=100:
+ 1
Thank you so much! đ
+ 1
You have the same problem on the 2nd while loop. Plus the operator is mixed up it should be >= not =>
+ 1
Everything is fixed, thanks!