Tuesday, June 9, 2020

Python Class 149 (Average Power) - Kapil Sharma

print ("*** Application for Average Power Calculator ***")

print ("\n")

EV = float(input("Please enter the Energy in joules value:"))
TV = float(input("Please enter the time period in seconds value:"))

P = EV / TV

print ("Total average power P in watts (W) is", (P))



===============================================================

https://github.com/bornfreesoul/PythonLessons
https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Blockchain: 101 (By - Kapil Sharma)

 https://testing-mines.blogspot.com/2021/10/blockchain-101-by-kapil-sharma.html Blockchain through the following attributes: Distributed:  T...