Page 1 of 1

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
by answerhappygod
Challenge Activity 462 Function Call With Parameter Printing Formatted Measurement 4 Define A Function Print Feet Inch S 1
Challenge Activity 462 Function Call With Parameter Printing Formatted Measurement 4 Define A Function Print Feet Inch S 1 (18.54 KiB) Viewed 35 times
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