>>> main() 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 0 Enter the Bruins list of goals: [2, 5, 1, 4] Enter their opponents list of goals: [3, 1, 1, 2] 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 1 The score of the latest game was 4-2 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 2 loss 2-3 win 5-1 tie 1-1 win 4-2 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 3 The Bruins have won 2 games. 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 4 The largest number of goals by the Bruins is 5 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 5 2 wins 1 losses 1 ties 0) Input new goal lists 1) Get the latest score 2) Print the results 3) Find the number of wins 4) Find the max number of goals 5) Find the full record 7) Quit Enter your choice: 7 Goodbye! >>>