Airthmatic Operator in python(hindi)

Publicado em: 06 Julho 2020
no canal de: Saloyat
11
0

This is basic python program for all beginners in python programming language. It simply takes two integer numbers and performs arithmetic operations like addition, subtraction, multiplication, division, floor division, modulus and exponential(power) on them.

To perform arithmetic operations on two integers.
Approach :
Read two input integers using input() or raw_input().
Addition operation using + operator, num1 + num2 adds 2 numbers.
Subtraction operation using - operator, num1 - num2 right hand operand from left hand operand.
Multiplication operation using * operator, num1 * num2 multiplies 2 numbers.
Division operation using / operator, num1 / num2 divides left hand operand by right hand operand.
Floor Division operation using // operator, num1 // num2 divides left hand operand by right hand operand, here it removes the values after decimal point.
Modulus % operator when applied returns the remainder when left hand operand is divided by right hand operand num1 % num2.
Exponential operation using ** operator, num1 ** num2 returns value of num1 num2
Print the result of each operation.


Nesta página do site você pode assistir ao vídeo on-line Airthmatic Operator in python(hindi) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Saloyat 06 Julho 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 11 vezes e gostou 0 espectadores. Boa visualização!