Operators in Python
Python Arithmetic Operators Operator Name Example + Addition x + y - Subtraction x - y * Multiplication x * y / Division x / y % Modulus x % y ** Exponentiation x ** y // Floor division x // y Python Assignment Operators Operator Example Same As = x = 5 x = 5 += x += 5 x = x + 5 -= x -= 5 x = x - 5 *= x *= 5 x = x * 5 /= x /= 5 x = x / 5 %= x %= 5 x = x % 5...
0 Commentaires 0 Parts 0 Aperçu
Commandité
Omaada - A global social and professionals networking platform https://www.omaada.com