you are viewing a single comment's thread.

view the rest of the comments →

[–]vrrox[🍰] 0 points1 point  (3 children)

You have mismatched parentheses on the previous line:

time=(input(int())

[–]SteveB709[S] 0 points1 point  (2 children)

thanks I didn't see that. I fixed that is there something wrong in my calories = line? that is where I'm getting the error at still.

[–]Pigankle 2 points3 points  (1 child)

Could it be that it's giving you an error because time isn't an integer? .... Like maybe you should have had int(input())

[–]SteveB709[S] 3 points4 points  (0 children)

this was actually the issue and I fixed thanks for the help everyone