Computer Science, asked by nandanakookie, 5 months ago

write a python program to obtain pre-numbers and print thier sum.

Answers

Answered by pratiknpriti7978
1

Answer:

Start and end of a range, write a Python program to print all positive numbers in given range. Define start and end limit of range. Iterate from start till the range in the list using for loop and check if num is greater than or equeal to 0. If the condition satisfies, then only print the number.

Similar questions