+ 5
Line 26: Missing closing parentheses, it should've been: withdrawl = float(input('Enter the amount \n')) ========================= Line 34: Missing closing parentheses, it should've been: payin = float(input('How much would you like to pay \n')) ========================= Line 48: Line feed character is not wrapped in the string, it should've been: print('Your pin is incorect, chances left \n', chances) Due to how Code Playground works, your menu loop is difficult to implement, you can try in your PC/Laptop instead. Hth, cmiiw
3rd Oct 2017, 3:57 PM
Ipang