filmov
tv
5.Python 3.8.1|Math Operators[Modulus,Floor,Exponent]|Part-2

Показать описание
In this video, we will discuss math operators in python. This is part-2 in which we will learn modulus, floor division, and exponent operators.
% (Modulus) = Divides left-hand operand by right-hand operand and returns the remainder
// (Floor Division) = The division of operands where the results is the quotient.
** (Exponent) = Performs exponential (power) calculation on operators.
----------------------------------------------------------------------------
Setup: Garry-X
% (Modulus) = Divides left-hand operand by right-hand operand and returns the remainder
// (Floor Division) = The division of operands where the results is the quotient.
** (Exponent) = Performs exponential (power) calculation on operators.
----------------------------------------------------------------------------
Setup: Garry-X