Revision- Python
Good Morning boys Today we will take a review of FOR loop and build on how to find SUM and PRODUCT using FOR loop ------------------------------------------------------------------------------------------------------------------- The Google meet link fro today's class is: meet.google.com/vhr-urqg-isv ----------------------------------------------------------------------------------------------------------------- By the end of this session you will be able to : understand how the FOR loop works to create natural numbers Also understand how the FOR loop works to build up the sum of natural numbers. (Accumulate values) Acquire the skill to use FOR loop to find the PRODUCT of natural numbers. -------------------------------------------------------------------------------------------------------------------- PYTHON PROGRAMING Review of IF , FOR and WHILE Q3. Write a program to print the first 10 natural numbers To do the...