Question: LANGUAGE: PYTHON Use the input function to consume a plus-separated string of numbers from the user (e.g., 4+2+3). Add up all these numbers and print
LANGUAGE: PYTHON
Use the input function to consume a plus-separated string of numbers from the user (e.g., 4+2+3). Add up all these numbers and print their sum (9, in the case shown before).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
