Explain basic structure of Python program.
[5 marks]Explain different data types in Python.
[5 marks]Explain different operators in Python.
[5 marks]Explain Looping Control Statements in Python with examples.
[5 marks]Explain different conditional statements used in Python with examples.
[5 marks]Explain different math modules used in Python with examples.
[5 marks]Write a script to traverse a dictionary.
[5 marks]Write a Python Program for Sum of squares of first n natural numbers.
[5 marks]Explain any five functions of list.
[5 marks]Explain errors and exceptions in Python.
[5 marks]Explain various tuple functions.
[5 marks]Explain debugging with pdb using suitable example.
[5 marks]Write a Python script to find minimum, maximum and mean of given 10 numbers.
[5 marks]“Strings are immutable.”-Justify the statement with suitable example.
[5 marks]Write a Python code to perform bubble sort.
[5 marks]What is string? Write down important points for accessing elements in the strings using subscripts.
[5 marks]Write a Python code to perform insertion sort.
[5 marks]