1.3. Operators

Опубликовано: 05 Апрель 2026
на канале: XI XII Computer Teacher
47
3

This video will let you know about

1.3 Operators under WBCHSE Xii COMA/COMS. Here are downloadable pdfs in


Bengali:
https://1drv.ms/b/c/e7b85314624b34e3/...


as well as


English:
https://1drv.ms/b/c/e7b85314624b34e3/...



Timestamps:
-----------------------------------
00:00 | Introduction
01:44 | A. Python Arithmetic Operators
02:02 | 1.Addition (+)
02:32 | 2.Subtraction (-)
03:10 | 3.Multiplication (*)
03:27 | 4.Division (/)
03:35 | 5.Floor Division (//)
04:40 | 6.Modulus (%)
05:12 | 7.Exponentiation (**)

06:03 | B. Python Relational/Comparison Operators:
06:16 | 1.Equal to (==)
06:46 | 2.Not equal to (!=)
07:14 | 3.Greater than
07:36 | 4.Less than
07:58 | 5.Greater than or equal to
08:29 | 6.Less than or equal to

09:00 | C. Python Logical Operators
09:24 | 1.“and” Operator
09:23 | 2.“or” Operator
11:13 | 3.“not” Operator

11:59 | D. Python Assignment Operators
12:26 | 1.Simple Assignment Operator (=)

13:34 | E. Python Augmented / Compound Operators:
13:58 | 1.Add and Assign (+=)
15:17 | 2.Subtract and Assign (-=)
16:06 | 3.Multiply and Assign (*=)
16:26 | 4.Divide and Assign (/=)
17:10 | 5.Modulus and Assign (%=)
17:30 | 6.Floor Division and Assign (//=)
18:09 | 7.Exponentiation and Assign (**=)

18:56 | F. Python Membership Operators:
19:10 | 1.“in” Operator
20:50 | 2.“not in” Operator

22:13 | G. Python Identity Operators:
22:33 | 1.“is” Operator
25:03 | 2.“is not” Operator




#wbchse #coma #coms #computerapplication #computerscience #westbengal #iiisemester #3rdsemester #twelve #XII #introductiontopython #pythoncode


#addition
#+
#subtraction
#-
#multiplication
#*
#division
#/
#floor division
#//
#modulus
#%
#exponentiation
#**


#equal to
#==
#not equal to
#!=
#greater than

#less than

#greater than or equal to

#less than or equal to



#andoperator
#oroperator
#notoperator
#and
#or
#not


#simpleassignmentoperator =
#simple_assignment_operator =
#simpleassignment

#add and assign
#+=
#subtract and assign
#-=
#multiply and assign
#*=
#divide and assign
#/=
#modulus and assign
#%=
#floor division and assign
#//=
#exponentiation and assign
#**=


#in operator
#in
#not in operator
#notin

#is operator
#is
#isnot operator
#is_not operator