Question Bank - Python
Question Bank - Python
Question Bank - Python
2. Explain about the input and output statements or methods with example.
4. What is Indentation? Explain with example. Explain variable assignment with suitable
example.
5. What is data type? List out the types of data types with example.
11. Define Variable and mention rules for choosing names of Variable.
12. Implement the python program to calculate total and average marks based on input.
13. List various types of operators in Python and write any 4 types of operators.
15. Outline with an example the assignment and bitwise operators supported in Python.
19. Explain break and continue statement with the help of for loop with an example.
21. Develop a Python program to find the largest among three numbers.
26. What is the difference between compiler and Interpreter? Explain How python interpreter
Works.
27. Which are the different types of operators in python language? Explain membership and
28. Describe following string functions with syntax: strip(), islower(), isupper().
30. Explain while loop & for loop with syntax and example in detail.