Question: Details In this assignment, you will write an executable python 3 script that adds two floatingpoint numbers supplied by the user and prints the result
Details
In this assignment, you will write an executable python script that adds two floatingpoint numbers supplied by the user and prints the result to the screen as a floatingpoint number.
Please pay particularly careful attention to spelling and upperlower case! You want all the directory and file names to match exactly as shown.
Log onto the course UNIX computer
Create a new python script called sandoxaddpy and make sure your python script is UNIXexecutable.
Write your script, so that it reads usersupplied commandline arguments and prints the result of adding the two arguments, as floatingpoint numbers, to the screen.
When you are done, executing:
sandboxaddzpy
should show:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
