Q. Write following expressions in Python:
(a)(b**2*h)/3
(b) 3.14*r**2*h
(c)(3.14*r**2*h)/3
(d) d = ((x2-x1)**2+(y2-y1)**2)**1/2
(e) (x-h)**2+(y-k)**2 == r**2
(f) x = (-b + (b**2-4*a*c)**1/2)/2*a
(g) a**n * a**m == a**n+m
(h) (a**n)**m==a ** n*m
(i) a**n /a**m = a**n-m
(j) a**(-n)==1/a**n
You can uderstand by watching videos -----
You can uderstand by watching videos -----
thank you.....
ReplyDeleteWelcome ...
DeleteIn this equal to will be used or equal equal to will be used ?? Tell fast plz
ReplyDeletesingle equal to (=) is use for giving values to variables an double equal to (==) is use for checking that both values are same or not .
DeleteThanks
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )