Python Program to find Sum and Average of N Natural Numbers

Write a Python Program to find Sum and Average of N Natural Numbers using While Loop, For Loop, and Functions with an example. Python Program to find Sum and Average of N Natural Numbers using For Loop This program allows users to enter any integer value. Next, this program calculates the sum and average of natural numbers from 1 to … Read more