This is the first Assignment after completing 2 Modules of Python course. module2Assignment1Task1.py Is the program file which contains code for the Python program to accept 2 numbers as input from the user and perform basic mathematic operations. Inputs Number 1 Number 2 Ouput Addition of 2 numbers Subtraction of 2 numbers Multiplication of 2 numbers Division of 2 numbers
module2Assignment1Task2.py Is the program file which contains code for the Python program to accept first and last name as input from the user and create a greeting message. Inputs First Name Last Name Output Greeting, Welcome message to the user concatenating First Name Last Name and a welcome message.