Page 1 of 1

python program write and call a function called operation that has 2 parameters and returns 3 times the first 2 times th

Posted: Fri May 20, 2022 5:30 pm
by answerhappygod
python program
write and call a function called operation that has 2 parameters
and returns 3 times the first 2 times the second.
This should be called in a for loop so that runs 3 times.
Ask the user for new numbers each time.