Write the definition of a function oneLess which recieves a parameter containing an integer value and returns an integer whose value is one less than the value of the parameter.
def oneLess(int):
return int-1
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.