Explain standard data types of Python programming with examples.
[5 marks]Write a Python program to count words, characters and spaces from a text file.
[5 marks]Difference between Cand Python.
[5 marks]Explain Looping Control Statements in Python with examples.
[5 marks]Write a Python Program that asks a user for a number. Then adds 3 to that number,and then multiplies the result by 2, subtracts twice the original number, then prints the result.
[5 marks]Explain Tuples, Lists and Dictionaries with examples and give comments on mutability for each of them.
[5 marks]Write a program to input ‘n’ numbers and store it in tuples.
[5 marks]Define List. How can we create and access the list?
[5 marks]Write a Python Program for Sum of squares of first n prime numbers.
[5 marks]Explain debugging with pdb using suitable examples.
[5 marks]Write a Python Program to find the area of a Rectangle.
[5 marks]Explain errors and exceptions in Python.
[5 marks]Write a Python Program of swapping two values
[5 marks]Explain any five built-in string functions in Python with examples.
[5 marks]Write a Python code to perform bubble sort.
[5 marks]Write an algorithm for Insertion Sort.
[5 marks]Explain the following python regular expression function with an example: match() and search().
[5 marks]