Explain different operators in Python.
[5 marks]Write a program that asks two people for their names; stores the names in variables called name1 and name2; says hello to both.
[5 marks]Explain different conditional statements used in Python with examples.
[5 marks]Write a Python Program for factorial of a number.
[5 marks]Write a Python Program to check Armstrong Number.
[5 marks]Explain Exception Handling in Python.
[5 marks]Write a Python Program to find the area of a circle.
[5 marks]What is tuple? Explain tuple assignment and tuple slices.
[5 marks]Write a Python Program for Sum of squares of first n natural numbers.
[5 marks]Define List. How can we create and access the list?
[5 marks]What is dictionary? Explain creation, initialization and access the element in dictionary with suitable example.
[5 marks]Define Error. Explain types of Error with example.
[5 marks]Explain any five functions of dictionary.
[5 marks]Explain any five string operations in Python with example.
[5 marks]Write a Python code to perform insertion sort.
[5 marks]Explain the following python regular expression function with an example: match() and search().
[5 marks]Write a Python code to compare two strings.
[5 marks]