Important Notice:
M3-R5.1 — Operators, Expressions & Python Statements MCQ
25 Questions  •  M3-R5.1
20:00
← Back
1
The ** operator in Python performs?
2
The // operator in Python performs?
3
7 % 3 in Python returns?
4
Which is a comparison operator in Python?
5
The "not" operator in Python is a?
6
What does "and" operator return?
7
x += 5 is equivalent to?
8
type(3.14) in Python returns?
9
Which operator checks if values are identical objects?
10
bool(0) returns?
11
5 // 2 in Python returns?
12
5 % 2 in Python returns?
13
2 ** 3 in Python returns?
14
Which is a comparison operator?
15
!= means?
16
and operator returns True when?
17
or operator returns True when?
18
not operator?
19
Assignment operator in Python is?
20
+= is called?
21
int("10") returns?
22
float("3.14") returns?
23
str(100) returns?
24
Ternary operator in Python syntax is?
25
is operator checks?
Answered: 0 / 25