Explain basic structure of Python program.
[5 marks]Explain different operators in Python.
[5 marks]Explain different data types in Python.
[5 marks]Write a Python Program for factorial of a number.
[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 math modules used in Python with examples.
[5 marks]Write a program to calculate compound interest in python.
[5 marks]Explain different conditional statements used in Python with examples.
[5 marks]Write a Python Program to check weather the given number is palindrome or not.
[5 marks]What is tuple? Explain tuple assignment and tuple slices.
[5 marks]Explain any five functions of list.
[5 marks]Explain errors and exceptions in Python.
[5 marks]What is dictionary? Explain creation, initialization and access the element in dictionary with suitable example.
[5 marks]Explain any five string operations in Python with example.
[5 marks]Write a Python code to perform insertion sort.
[5 marks]“Strings are immutable.”-Justify the statement with suitable example.
[5 marks]Write a Python code to perform bubble sort. Page 1 of 1
[5 marks]