work(0.23,4.5) work(1.43,9.81)
Finds the work an object does using its mass and velocity. The first parameter defines the mass of the object while the second paramter defines the object's velocity.
work(m,v)
##Parameters: m float:mass of object v float:velocity of object
##Returns: float