Alan Gauld via Tutor wrote:

> On 25/02/17 10:35, ehsan faraz wrote:
>> ... where “tip” is an invalid syntax.

Alan went one step ahead and addressed the logical errors, but the 
SyntaxError is caused by missing closing parentheses:

>> price = int(input("Enter the menu price for your meal:")
>> tip = int(input("Enter your tip percentage:")


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to