Python Basic Calculator

This assignment builds on the calculator program that we started together in class.

Your mission is to complete the calculator so that it can:
-asks for the name of the user to make this feel personalized
-accept two numbers entered by your user
-give your user the choice of addition, subtraction, multiplication or division
-add, subtract, multiply OR divide those numbers
-uses an else: at the end of your if/elif/statement

When you are done, your program will show output on the screen like this: