7. (10 points) Write a Python3 function to find the percent increase and decrease of two numbers that are user input. Fo
Posted: Thu Jul 14, 2022 2:06 pm
7. (10 points) Write a Python3 function to find the percent increase and decrease of two numbers that are user input. For example a=100 b=150 output: 50% increase.