Python Important Questions
Unit – IV
1. Define list and write the methods of list
2. Define tuples and write the methods of tuples
3. Define dictionary and write the methods of dictionary
4. Why string is mutable? Write the methods of list.
5. Sample illustrative programs.
Unit – III
1. What is mean by chained conditional and write its types?
2. Define looping and what are the types of looping?
3. Explain in detail about fruitful functions
4. Define recursions with sample program
5. Define functions and how to call and define the functions?
6. Write the methods of string with suitable program.
Unit – II
1. What are the different types of operators used in python?
2. What is mean by data types and write the different types of data types?
3. What is mean by interactive and script mode?
4. What is the precedence of operators?
5. Define argument and what are the types of arguments with suitable python program?
6. What is the role of function? Explain the function call and definition.