Explain different types of comments in Python.
[3 marks]Write a Python program to convert Celsius To Fahrenheit.
[4 marks]Explain immutable data types with their operations and functions.
[7 marks]What is Interpreter? Explain How Python interpreter works.
[3 marks]Write a python program to check Armstrong Number.
[4 marks]What are the differences between Cand Python?
[7 marks]What is list in Python? Demonstrate use of any three methods of list.
[7 marks]Write a Python program to add two matrices.
[3 marks]Explain Lambda function with a suitable example.
[4 marks]What is dictionary in Python? Explain with an example.
[7 marks]What is type conversion in Python?
[3 marks]How to remove values from Python Array? Explain in brief.
[4 marks]Write a Python program to find reverse of given string using user defined function.
[7 marks]Explain split() and join() functions in Python?
[3 marks]Write a Python program that counts the number of occurrences of the character in the given string.
[4 marks]Write a Python program to implement the concept of inheritance.
[7 marks]Explain use of filter in Python.
[3 marks]Write a Python program to read a text file and do following: (1) Print no. of words (2) Print no. Statements
[4 marks]Explain Python recursive function with an example.
[7 marks]What is the difference between Python Arrays and lists?
[3 marks]Explain encryption and decryption in Python using an example.
[4 marks]Write a python program to implement merge sort.
[7 marks]Explain namespaces in Python.
[3 marks]What is socket? How to create a socket in python?
[4 marks]How to create a thread in python? Explain with an example.
[7 marks]