Пікірлер
@Technicalskillspro
@Technicalskillspro Ай бұрын
Operators: ------------ Operators are used to perform operations on Variable and values Types of Operators: ------------------- Arithmetic operators Assignment operators comparison operators Logical Operators Identity Operators Membership Operators Bitwise Operators Arithmetic Operators: ---------------------- Arithmetic operators are used to perform mathematical operations Addition:+ a+b Substraction:- a-b Multiplication:* a*b Divison:/ a/b Modulus:% a%b Exponentiation:** a**b Floor divison:// a//b Assignment operators ---------------------- it is used to assign a value to variable a=10 =,+=,-=,*=,/=,%=,//= Comparison Operators: --------------------- ==,>,<,>=,<=,!= Logical operators: ------------------ and,or,not
@Technicalskillspro
@Technicalskillspro Ай бұрын
kzbin.info/www/bejne/mXKbfI2ghtR-j80si=a9RbMJm9UQn53Rft