Math, asked by kajaldev2869, 6 days ago

wap to input 10 numbers and print the sum and average of all the odd numbers​

Answers

Answered by Harishsingh2004
0

Answer:

Step-by-step explanation:  Python Program to find Sum of Even and Odd Numbers from 1 to N using For Loop This Python program allows the user to enter the maximum limit value. Next, it is going to print even, and odd numbers from 1 to that user entered limit value. In this example, the For Loop makes sure that the number is between 1 and maximum limit value.

Similar questions