Question: Discussion: Python Numbers & Strings Let's practice writing some more code! Write a program called myArithmetic.py that prompts the user for two integers and then
Discussion: Python Numbers & Strings
Let's practice writing some more code! Write a program called
myArithmetic.py that prompts the user for two integers and then print:
the sum of the two integers
the difference of the two integers
the average of the two integers
the maximum of the two integers
Please make sure you declare good variables and constants if needed
There will be points off if the submitted answers do not have the following formats:
my
myArithmetic.py is:
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
