Python Question Bank 11
Python Question Bank 11
Unit No – 1
1) Explain various characteristics / features of Python ?
2) Explain Numeric Data Types with Example
3) Write a program to find sum of first 20 even no using for loop.
4) Write a program to find sum of first 20 even no using while loop
5) Write a program to find sum of Square of first 20 even no using
for loop.
6) Write a program to find sum of Square of first 20 even no using
while loop
7) Explain various operators in python
8) Write a program to print 5 factorial using for loop
9) Write a program to print 5 factorial using while loop
10) Define following
i. Variable
ii. Global Variable
iii. Local Variable
iv. Data Types