Explain mutable and immutable in Python.
[5 marks]Explain standard data types of Python programming with examples.
[5 marks]Define List. How can we create and access the list?
[5 marks]Write a Python Program to find the area of a circle.
[5 marks]Write a Python Program to check Armstrong Number.
[5 marks]Explain different conditional statements used in Python with examples.
Write a program to input ‘n’ numbers and store it in tuples.
[5 marks]Explain various tuple functions.
[5 marks]Write a Python Program to generate and print factorial numbers up to n.
[5 marks]Describe Expressions in Python with examples.
[5 marks]Write a Python code to compare two strings.
[5 marks]Explain the concept of L Value and R Value in detail.
[5 marks]Write a Python code to check whether the string is a palindrome or not.
[5 marks]What is a dictionary? Explain creation, initialization and access to the element in the dictionary with suitable examples.
[5 marks]Write a Python Program for factorial of a number.
[5 marks]Explain any five functions of the dictionary.
[5 marks]Write a Python Program to sort the given five numbers into ascending order.
[5 marks]