Computer Science, asked by Nct20202020, 2 months ago

Q4 Write a program using FOR loop in Python to accept 15 numbers from the user and display their sum.

Answers

Answered by ashwanirana71
0

Answer:

This Python program allows users to enter any integer value. Next, this program calculates the sum of natural numbers from 1 to user-specified value using For Loop

Similar questions