︠9315e798-0025-47d9-a285-2efd5271b502s︠ t = walltime() while True: tm = int(walltime(t)) s = tm%60 tm = (tm-s)//60 m = tm%60 h = (tm - m)//60 smc.clear() print "%s:%s:%s"%(h,m,s) sys.stdout.flush() sleep(5) ︡a3b444e8-130f-427d-96ae-87206f3ac43f︡{"once":false,"stderr":"\nToo many output messages (at most 256 per cell): attempting to terminate..."}︡ ︠48881896-c80a-4a82-9780-b268652dbf57s︠ walltime(t)/60. ︡27d8d066-007f-42cc-9825-5b1e964a62dd︡{"stdout":"19.3682914694150\n"}︡ ︠a7b3131f-ea34-4d14-b0ac-ecbe1ceee3b5︠