Jun-06-2017, 03:52 AM
(Jun-06-2017, 03:27 AM)wavic Wrote: Put your code in python code tags.
You have missed a close bracket in the input() line.
I apologize for not posting correctly. I'll make sure it doesn't happen again. I swapped to my other laptop and re-wrote the program from scratch and it worked fine. I found out that it was, in fact, the 2nd close bracket on the input line. I have a question, although it might be too advanced for my current subject material. When I run the program, I'm only allowed to input numbers without commas, such as 90000. 90,000 gives a syntax error. How would I go about fixing that?