Function call with parameters Converting measurements. Define a function print_total_inches, with parameters num feet and num_inches that prints the total number of inches Note: There are 12 inches in a foot Sample output with inputs: 5 8 Total inches: 68 CHALLENGE