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