Respuesta :
Answer:
1. Variable names should not start with a number
2. Opening quote missing
3. Closing quote missing
corrected line:
num = input("What is your balance?")
Answer:
1. Variable names should not start with a number
2. Opening quote missing
3. Closing quote missing
corrected line:
num = input("What is your balance?")