Define Python. Give the features of python.
[3 marks]What is a variable? What are the rules for naming a variable?
[4 marks]What operators does python support? Explain any two operators in detail.
[7 marks]What are keywords?
[3 marks]What are the rules for writing an identifier?
[4 marks]Explain while loop & for loop with syntax and example in detail.
[7 marks]Write a program to perform Arithmetic operations (Addition, Subtraction, Multiplication, and Division) on integers. Input the two integer values and operator for performing arithmetic operation through keyboard.
[7 marks]What is a function? Mention the type of function and use.
[3 marks]Write a program to convert Celsius to Fahrenheit.
[4 marks]Write a python program to find the given number is odd or even.
[7 marks]“List is mutable.” - Justify with suitable example.
[3 marks]What is tuple? What is the difference between list and tuple?
[4 marks]Describe set and explain its operations with suitable examples.
[7 marks]Explain how to create a dictionary in python?
[3 marks]Explain what is range () function and how it is used in lists?
[4 marks]Describe the built-in functions with Tuples and write a program to use Max (), Min () and sorted () methods in Tuple
[7 marks]Differentiate between the tuple and sets in python.
[3 marks]Explain *args and **kwargs for functions.
[4 marks]What is dictionary in Python? Explain any four built-in dictionary methods with example.
[7 marks]Write a program to write a data in a file for both write and append modes.
[3 marks]Write a python program to read line by line from a given files file1 & file2 and write into file3.
[4 marks]Create a program to determine whether a string is a palindrome or not.
[7 marks]Differentiate global and local variables.
[3 marks]Explain the role of Pandas library with the help of examples.
[4 marks]Explain graphing methods in python.
[7 marks]