Question: in python Write a program that asks the user for two numbers, then prints out the sum of the squares of the numbers in that

in python
Write a program that asks the user for two numbers, then prints out the sum of the squares of the numbers in that range (including the two numbers given): Enter the smaller number: 3 Enter the larger number: 6 86 The answer is 86 because 3**2 + 4**2 + 5**2 + 6*"2 86
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
