Due Date: Friday January 27, 2023
We will use Replit to run both java and python code.
You do not need to setup an account
Click on this link to setup your Replit login.
Complete the following assignment.
Use the following python program as your source code. ========================
# PX_Add2_lastname.py
# insert your standard heading
# This program adds two numbers
num1 = 1.5
num2 = 6.3
# Add two numbers
sum = float(num1) + float(num2)
# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
Copy the source code above into your Replit. =====================================
You will need to save the following into each these files for this assignment.
-original source copy
PX_Add2_lastname.py
You will need to create 3 other files.
PX_Add2_lastname.txt
-copy of the working source code
PX_Add2_lastname.png
-screen print of your program with your output after
it has been run.
PX_Add2_lastname.mp4
-Using Screencast-O-Matic and record
running the program
Drop off all four files into google classroom.