Hello Everyone
Welcome my channel on P-learning, This channel making only educational purposes and reached all students own understanding through this video , Any mistake in my video sorry to all and This channel is useful to you them please do subscribe,like and comment , I will full try to reply your comment.
Description of this video:
In this video I'm discuss about Airthmaitic operator using Google Colab-
Such as
Addition
Substraction
Multiplication
Devision
Modules
Exponent
Practical part explanation..
1-# Addition
a=10
b=5
c=a+b
c
Re=15
2- #Substraction
a=10
b=5
a-b
Re= 5
3- #Multiplication
a=10
b=5
a*b
Re= 50
4- #Devision
a=15
b=5
a/b
Re= 3.0
5-#Modules
a=20
b=6
a%b
Re= 2
6- #Exponent
a=10
b=2
a**b
Re= 100
If this is useful to you so my struggle is successfull
Thank you for watching description and video