40 Important Questions of While loop in Python (Solved) Class 11
Programs of while loop in Python Q1. Write a program to print the following using while loop a. First 10 Even numbers b. First 10 Odd numbers c. First 10 Natural numbers d. First 10 Whole numbers Programs of while loop in Python Q2. Write a program to print first 10 integers and their squares … Read more