Computer Science, asked by vanshika21052006, 6 months ago

write a program to calculate and print the sum of Even and Odd integer of the first n number natural numbers in Python ​

Answers

Answered by aqibbashir2056
0

sorry

Explanation:

i can't understand this question

Answered by Prachilearner
0

Answer:

write a program to calculate and print the sum of Even and Odd integer of the first n number natural numbers in Python

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.

Similar questions