CHALLENGE ACTIVITY 462 Function call with parameter Printing formatted measurement 4 Define a function print feet inch,s
Posted: Fri Jul 01, 2022 5:52 am
CHALLENGE ACTIVITY 462 Function call with parameter Printing formatted measurement 4 Define a function print feet inch,short(), with parameters nur feet and num inches, that prints using and shorthand End with a newine. Remember that print outputs a newine by default. Ex print feet inch, short(5) prints 5' 8" Hint: Use to print a double quote 2 4 user feet int(input()) 5 user inches Int(Input()) 8 7 print feet inch sbort(user_feet, user inches) will be run with (3, 8), then (4, 11) Run X Not all tests passed liatio