Question: Call the function at least three times with different values # define function def multiplyfour ( q , r ) : Returns
Call the function at least three times with different values
# define function
def multiplyfourqr:
Returns the numerical value of qr
return qr
def main:
This is whereyou define your variables and do input and output"""
anumintinputEnter a number:"
bnumintinputEnter another number:"
printYour number multiplied four plus the second number is multiplyfouranumbnum
# call main functionshould be the last statement in your file
main
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
