Question: THIS IS A PYTHON QUESTION 5.20 Write a program that will ask the user for a positive integer, and if the user entered a g

THIS IS A PYTHON QUESTION
5.20 Write a program that will ask the user for a positive integer, and if the user entered a g ive value the program will print the sum of squares of the digits. If the user did not ter positive number, print an error message and end the program. For example, if the input data is 1234, the program should print 30, because 30 - 1+2+3+ The following is some sample interaction between the program and the user. Please enter a positive integer: 1234 30 Please enter # positive integer: 123 Invalid input. Try again. Answers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
