- Challenge Activity 462 Function Call With Parameter Printing Formatted Measurement 4 Define A Function Print Feet Inch S 1 (18.54 KiB) Viewed 34 times
CHALLENGE ACTIVITY 462 Function call with parameter Printing formatted measurement 4 Define a function print feet inch,s
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
CHALLENGE ACTIVITY 462 Function call with parameter Printing formatted measurement 4 Define a function print feet inch,s
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