Write a function named yourLastNameCheckSum (put your name is as yourLastName) that accepts a 3- digit number as a parameter. The function should sum the digits in the number, and return the difference between the sum of the numbers and 30. Write a program that gets a 3- digit number from the user, and then prints out the value of the checksum using python