PYTHON PROGRAMMING
PYTHON PROGRAMMING
SECTION A
A: Attempt all the questions. Each question carries equal marks (2x5= 10)
Q. No. Questions CO’s Bloom’s Level
c. Write the code for add, sub, mul, div of two numbers? 1 K1
SECTION B
B: Attempt any two of the following. Each question carries equal marks (5x2= 10)
Q. No. Questions CO’s Bloom’s Level
var1 = 1
var2 = 2
var3 = "3"
print(var1 + var2 + var3)
SECTION C
C: Attempt any one of the following. Each question carries equal marks (10x1=10)
Q. No. Questions CO’s Bloom’s Level
b. What is use of data type in programming language, how many types of data 1 K1
type in python, write there name?