I am studying how to understand how a python program that reads 10…

Question Answered step-by-step I am studying how to understand how a python program that reads 10… I am studying how to understand how a python program that reads 10 integers and then finds and prints the sum of the even and odd integers.  For this I am trying to use a while loop to calculate the integers. Allowing the user to repeat the program using a while loop. Output: Please enter 10 integers:>1>2>3>4>5>6>7>8>9>10Even sum: 30Odd sum: 25Do you wish to repeat this program? (y/n)>yPlease enter 10 integers:>11>12>13>14>15>16>17>18>19>20Even sum: 80Odd sum: 75Do you wish to repeat this program? (y/n)>nDone! Computer Science Engineering & Technology Python Programming COMPUTER S C859 Share QuestionEmailCopy link Comments (0)