Class 12 : Review Of Python Basics

Home Page class 12 @ Python

Class 12 : Python

Python Basics
Data Types
String
List
Tuple
Dictionary
Flow of Execution
Mutable and Immutable Types
Type Casting

Class 12 : Python Revision MCQs

Revision Tour MCQs

CBSE Class 12 Revision Tour MCQs 4

16.
In python, the single line comments starts with _______

a. /
b. //
c. #
d. ”’

 

17.
In python, the multiline comments starts with ________

a. /
b. //
c. #
d. ”’

 

18.
_______ are additional readable information to clarify the statement in python.

a. Comments
b. Expressions
c. Tokens
d. Flow of control

 

19.
Which of the following is a group of statements which are part of another statement or functions?

a. Expression
b. Statement
c. Block
d. Comment

 

20.
All statements inside a block are indented at same level.

a. True
b. False
c. Not necessarily
d. Depends on user’s choice