5.14. (Part 3) Kinetic Energy - Python

in #programming9 years ago

Starting out with Python, Third Edition, Tony Gaddis
Chapter 5
Programming Challenges

  1. Kinetic Energy

In physics, an object that is in motion is said to have kinetic energy. The following formula can be used to determine a moving object’s kinetic energy:

KE = 1/2 x m * v(squared)

The variables in the formula are as follows: KE is the kinetic energy, m is the object’s mass in kilograms, and v is the object’s velocity in meters per second. Write a function named kinetic_energy that accepts an objects mass(in kilograms) and velocity(in meters per second) as arguments. The function should return the amount of kinetic energy that the object has. Write a program that asks the user to enter values for mass and velocity, and then calls the kinetic_energy function to get the object’s kinetic energy.

Starting out with Python. Third Edition. Tony Gaddis.

Happy Steeming Everyone! :)

Coin Marketplace

STEEM 0.04
TRX 0.33
JST 0.080
BTC 62544.99
ETH 1664.38
USDT 1.00
SBD 0.42