Operators in Python
Operators in Python
PREP SCHOOL
ICT Department
Objectives
Students will be able to:
a) Variables
b) Operators
c) Data types
a) /
b) >
c) and
d) =
Question 3
Which of the following is a logical operator ?
a) *
b) and
c) <
d) =
Question 4
Which of these is not a arithmetic operator in python ?
a) *
b) /
c) x
d) -
Question 5
What will be the answer of 6<9 ?
a) True
b) False
c) Number
d) None of these
Question 6
What will be the answer of not (4>7)?
a) True
b) False
c) Number
d) None of these
Question 7
*
Question 8
>=
Question 9
!=
Question 10
OR
Recap
In this lesson, we have discussed: