Question: with python please Write a python program that will read 2 numbers (numi, num2). Your program should output the following: 1. The addition of num1
Write a python program that will read 2 numbers (numi, num2). Your program should output the following: 1. The addition of num1 and num2 2. The subtraction of num1 from num2 3. The division of num1 over num2 (Hint: num2 can't be Zero) 4. The square root of num1 added to num2 (Hint: use math library) 5. The result of n = 3.4 +3.25 + 5num2 (substitute b with num1) 6. Bounce: multiply the results of all values found in step 1 to 5 total ResultiX Result2X Result3X Result4X Results Your output should be formatted as the following: Insert First Number: 2 Insert Second Number: 2 You inserted: num1 = 2 You inserted: num2 = 2 The results are: addition = 4 subtraction = 0 division 1.0 SORT_result = 3.414213562373095 23.64 total = 0.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
