>>> from physics2 import velocity >>> v1 = velocity(122.95, 42.195) #Marathon >>> round(v1, 1) 5.7 >>> v2 = velocity(2, 2) >>> round(v2, 2) 16.67 >>> v3 = velocity(2.5, 0) >>> round(v3, 1) 0.0