A program will not run if it has syntax errors. Any such errors must be fixed first. A good integrated development environment (IDE) will usually point out any syntax ...
The program will execute the first two instructions correctly then crash when it reaches the first error in line 3. The correct code is: forename = input("What is ...