Question: USE PYTHON CODE Question #3 Write a function break.sum that has one argument big-num, an integer. If the iteger value of big num is negative

USE PYTHON CODE
Question #3 Write a function break.sum that has one argument big-num, an integer. If the iteger value of big num is negative or does not have exactly six digits, then the function should return the value -1. If big.num has exactly six is not equal to the 0 digit) then the function should return the sum of the two integers abc and xyz. So, the command break_sum(123456) should return the integer 579 since 123 456 579 and the command break.sum (901100) should return the integer 1001 . The command break_sum (423456443) should return the in should return an integer, not a string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
