```timeout = 10; start = x; end = y; print("total ...
# general
w
Copy code
timeout = 10; start = x; end = y; print("total time was {}".format(end - start))