""" function: getInputs @getInputs(none) @returns(float,float,int) @Prompt the user for the inputs to the operation: principle, rate, time """ def getInputs(): ... return(principle, rate, time)