Question: Write a shell (text-based) program, called sum_num.py, that asks the user for a semicolon (;) separated list of numbers, and calculated the total. See the

Write a shell (text-based) program, called sum_num.py, that asks the user for a semicolon (;) separated list of numbers, and calculated the total. See the example below.
PS C:\Users\ssiva\Desktop> python sum_num.py Enter semicolon separated list of integers: 3;10;4;23;211;3 The total is 254 PS C:\Users\ssiva\Desktop>
C Secure ! https://ggc-view.usg.edu/content/enforced/1 318825-CO.400.1TEC2120.801 37.20182/asgs/shell-asg9.html Sum Num Write a shell (text-based) program, called sum_num py, that asks the user for a semicolon (:) separated list of numbers. and calculated the total. See the example below PS C:Users\ssivalDesktop> python sum_num.py Enter semicolon separated list of integers: 3;104;23;211;3 The total is 254 PS C:\Users\ssiva\Desktop> Submit the file sum num.py when done. Hint: Use the string spiro finction. O Type here to search 12-15 PM 010/2017
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
