Checkpoint 14.7.2.
The following program figures out the ketchup speed in feet per seconds. Drag the blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.
dripMPH = .028 FPM= 5280.0 dripFPH = dripMPH * FPM --- MPH = 60 dripFPM = dripFPH / MPH --- SPM = 60 dripFPS = dripFPM / SPM --- print("Ketchup speed:") print(dripFPS)