Discuss use of assert statement.
[5 marks]What is REPL?
[2 marks]Explain constructor having more than one parameter with a suitable program.
[5 marks]Explain None value and its applicability.
[2 marks]Write a python program to define a function inside another function.
[7 marks]Discuss creation of data frames from different sources.
[7 marks]Write a program to create a bar graph. Assume and display necessary data used for the same.
Explain Tuples with an example.
[7 marks]Write a python program to count number of lines, words and characters in a text file.
[7 marks]Write a program to retrieve date of births from a string using regular expression.
[7 marks]Discuss File opening and different file opening modes.
[7 marks]Discuss describe() method. Write a program for the same.
[7 marks]Explain filter, reduce and map with suitable examples.
[7 marks]Explain the concept of Inheritance with suitable example.
[7 marks]Explain regular expressions and its usage.
[7 marks]Explain the concepts of cloning with an example.
[7 marks]Discuss Encapsulation and Information Hiding.
[7 marks]Write a program to replace a string with new string using regular expression.
[7 marks]Explain method overloading with suitable program.
[7 marks]