+ 1
19th Mar 2019, 11:47 AM
Ali Baba
Ali Baba - avatar
2 Answers
+ 15
In line 1, you have not closed the parenthesis for int() function. You just closed the parenthesis for input() i.e. there must be two closing parenthesis after input. You can replace the first line of your code with the below line. age = int(input("type your age please :\n")) Hope This Helps !!!
19th Mar 2019, 12:03 PM
Nova
Nova - avatar
+ 1
thank you 😚😚. i was searching the error for 3 hours😂😂
19th Mar 2019, 12:39 PM
Ali Baba
Ali Baba - avatar