subject
Engineering, 07.11.2019 23:31 janyak048janyak048

One lap around a standard high-school running track is exactly 0.25 miles. write a program that takes a number of miles as input, and outputs the number of laps.

output each floating-point value with two digits after the decimal point, which can be achieved as follows:
print('%0.2f' % your_value)

ex: if the input is:

1.5
the output is:

6.00
ex: if the input is:

2.2
the output is:

8.80
your program must define and call the following function:
def miles_to_laps(user_miles)

lab

activity

8.18.1: lab: miles to track laps

0 / 10

main. py

ansver
Answers: 3

Another question on Engineering

question
Engineering, 04.07.2019 18:10
Determine whether or not it is possible to compress air adiabatically from k to 140 kpa and 400 k. what is the entropy change during this process?
Answers: 3
question
Engineering, 04.07.2019 18:10
Assuming compressible flow of air and that the measurements are done at flagstaff a pitot static tube that gives the difference of total and static pressure measures 0.35 m of mercury. what is the velocity of air? assume the temperature to be 300k. (submit your excel or matlab calculation sheet)
Answers: 1
question
Engineering, 04.07.2019 18:20
Find the minimum film thickness for a journal bearing with the data below. shaft diameter, d-50 mm, clearance ratio, cdratio? 0.001, shaft speed, n 2000 rpm; bearing length. i 200 mm; eccentricity ration, ? -0.55. ( note, cdratio-ca/d) the minimum film thickness is um
Answers: 2
question
Engineering, 04.07.2019 19:20
To design a steam turbine to produce 12,000 hp power. a engineer comsiders using a steady state stean low st 1160fr and engineer considers using a steady state steam flow at 1160°r and 450 psia to drive this steam turbine. the exhaust of the steam is cooled by the lake (vacuum). heat losing to the surroundings is measured at a rate of 555.55 btu/s. (a) sketch the system with the given conditions. (b) neglecting kinetic and potential energy changes from inlet to exit, determine the volumetric flow rate of the steam at the inlet, (ft'/hr). must clearly show unit conversions at crtical terms.
Answers: 1
You know the right answer?
One lap around a standard high-school running track is exactly 0.25 miles. write a program that take...
Questions
question
Mathematics, 30.10.2021 04:40
Questions on the website: 13722363