What do I need to fix?

Question Answered step-by-step What do I need to fix? Image transcription textDefine a function calc_total_inches, with parameters num_feet and num_inches, that returns the total number ofinches. Note: There are 12 inches in a foot. Sample output with inputs: 5 8 Total inches : 68399272.2216716.qx3zqy7 def calc_total_inches (num_feet, num_inches) : total_inches=(num_feet*1… Show more… Show moreWhat do I need to fix? Computer Science Engineering & Technology Python Programming ITEC 136 Share QuestionEmailCopy link Comments (0)