Define stubs for the functions get_user_num() and compute_avg(). Each stub should print "FIXME: Finish function_name()" followed by a newline, and should return -1. Each stub must also contain the function's parameters.

1 answer

def get_user_num():
print("FIXME: Finish get_user_num()")
return -1

def compute_avg(num1, num2):
print("FIXME: Finish compute_avg()")
return -1
Similar Questions
    1. answers icon 2 answers
    1. answers icon 1 answer
  1. QuestionWhich one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1
    1. answers icon 1 answer
  2. Systems ArchitectHow much money will you actually bring home? Pay stub categories Calculations Pay stub amounts What is your
    1. answers icon 1 answer
more similar questions