News

Here I will find out the sum of first 10 natural numbers using :- For Loop , While Loop , Recursion & List Comprehension So Please Follow These Programs To improve your skills. Many People Have ...
Q2. Write a python program to print the sum and product of the first 10 natural numbers using for and while loop? Ans: Here's an example using a for loop to print the sum and product of the first 10 ...