import math Velocity = float(input("Enter V in m/s ")) mass = float(input("mass in g ")) massV = (1/2 * mass) * Velocity print((massV), "J")
Subscribe to:
Post Comments (Atom)
Gammon => Ham Calculator V1.0
def ham_cooking_time (grams): """ Calculates the cooking time for a ham based on its weight. Args: g...
-
def ham_cooking_time (grams): """ Calculates the cooking time for a ham based on its weight. Args: g...
-
I have heard rumours that this site is being used by others claiming that it is there work. I choose to stay anonymous but I can guarantee ...
-
def calculate_rate_card (equipment, duration, data_usage): # Equipment rates per hour #calculate the number of hours per equipment...
No comments:
Post a Comment