print ("*** Application to know the current density of an object ***")
print ("\n")
IV = float(input("Please enter the current flowing through the conductor in Amperes:"))
AV = float(input("Please enter the denotes the cross-section area in m2:"))
CDV = IV/AV
print("The current density is:",CDV)
===============================================================
https://github.com/bornfreesoul/PythonLessons
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.