Explain Input-output function in Python.
[5 marks]Differentiate Scripting Language and Programming language.
[5 marks]What is set? Explain different operations on set?
[5 marks]Write a Python Program to read the marks and assign grade to a student.
[5 marks]Write a Python program to check whether a given string is palindrome or not.
[5 marks]Define Set. Explain any three set operations
[5 marks]Explain different looping constructs used in Python with examples.
[5 marks]Describe the purpose of the random module in Python. Explain any three random module functions with example.
[5 marks]Write a Python program to demonstrate a date format and print the same date in various format.
[5 marks]Explain Dictionaries and operations on Dictionaries.
[5 marks]Explain given mathematical functions from the math module with example : ceil(), exp(), pow()
[5 marks]Write a program in Python that defines a function to return a new list by eliminating the duplicate values in the list.
[5 marks]Define Tuple. Explain any three tuple operations.
[5 marks]Explain following file handling functions 1) write 2) append 3) writelines
[5 marks]Explain following string functions with example. 1) islower 2) min 3) rstrip 4) swapcase 5) find
[5 marks]Page 1 of
[2 marks]List and explain operations of string in detail with example and define string.
[5 marks]Write a Python Program for factorial of a number. Page 2 of
[2 marks]