35 Important For loop Programs in Python (Solved) Class 11
For loop Programs in Python Q1. Write a program to print the following using for loop a. First 10 Even numbers b. First 10 Odd numbers c. First 10 Natural numbers d. First 10 Whole numbers Q2. Write a program to print first 10 integers and their squares like 1 1 2 4 3 9 … Read more