import time print("Start") print("Processing.. ", end=' ') time.sleep(3) print("Done.")