C. Multiple Choice Questions:
1. Python can work in
different modes.
a. Three
b. Four
C. Two
d. Five
2. Concatenation is a
operator
a. String
b. Integer
C. Float
d. Boolean
3. A single line comment can be created by using the
symbol.
a. $
b. #
c.&
da
4. The
construct executes the statements in a sequential manner.
a. Iterative
b. Conditional
C. Selection
d. Sequential
Answers
Answered by
7
Answer:
- Two
- string
- #
- conditional
Answered by
2
Answer:
a) Two
b) String
c) #
d) Conditional
e) .py
Explanation:
a) Python can ohly work in two modes which are shell and script moda
b) Concatenation is a string opreator.
c) In a single line comment '#' is used while in multiple line comment ' """ ' is used
d) The Conditional Statement executes the statement in sequential order and is used to compare, etc.
e) Python files are always saved with '.py' extension
Similar questions