Distance=100# in mTime=10.54#sSpeed=Distance/Timeprint(f'On the 100m she did {Speed:.2f} m/s.')Distance=200# in mTime=21.34#sSpeed=Distance/Timeprint(f'On the 200m she did {Speed:.2f} m/s.')
On the 100m she did 9.49 m/s.
On the 200m she did 9.37 m/s.