CBSE Class 12 : Python MCQ For exams 7

31
A string can be surrounded by three sets of single quotation marks or by three sets of double quotation marks.
(a) True
(b) False

 

32
Variables can be assigned only once.
(a) True
(b) False

 

33
In Python, a variable is a placeholder for data.
(a) True
(b) False

 

34
In Python, only if statement has else clause.
(a) True
(b) False

 

35
Python loops can also have else clause.
(a) True
(b) False