Explain islower( ) and isupper( ) method?
[3 marks]Explain Buit-in-Datatypes in python.
[4 marks]List out and Explain Decision making statements in Python.
[7 marks]Explain Lambda Function in python with example. W
[3 marks]Write a program to find Factorial of given number from user.
[4 marks]Explain types of class inheritance with example in python.
[7 marks]What is Exception Handling? Explain except clause with multiple exceptions with example.
[7 marks]Explain methods of calendar module with example.
[3 marks]Explain while true loop and break statement with example.
[4 marks]Explain types of function arguments with example.
[7 marks]Explain DataTime module with example.
[3 marks]Explain for loop with else and continue statements with example.
[4 marks]Explain file Handling in Python. Also List out Attribute of file and explain with example.
[7 marks]Explain methods of regulation expression with example.
[3 marks]Differentiate: Global Scope & Local Scope with example.
[4 marks]Explain Method overloading and Method Overriding with example in python.
[7 marks]Explain Dictionary with example in python.
[3 marks]Differentiate: Tuple, List & Dictionaries.
[4 marks]Write a Python program to overload + operator.
[7 marks]Give difference between mutable and immutable with example.
[3 marks]List out Searching algorithm. Explain any one with Python program.
[4 marks]Write a Python GUI program to create traffic signal with three lights using Tkinter. And also put timer of 2 minutes of each lights.
[7 marks]Write a python program to implement of ceaser cipher.
[3 marks]Write a Bubble Sort program in python.
[4 marks]Explain step to create Widgets. Write python program to create login form.
[7 marks]