What are the mistakes please !?
On line 20 you have a rogue Input statement, underlined in red.
Remove that, or comment it out, the errors.should clear.
Yes that was the problem , i didn’t see it . Thank you
1 Like
You are welcome.
Your error message were effectively a cascade because of this one line. The numbers in the brackets refer to the line number and character/column number. So the first clue was line 23. It is always worth looking around these numbers though as just because this is where the error was generated doesn’t necessarily mean it is the oroblem.
Hope this helps 