@@ -0,0 +1,9 @@
#!/usr/bin/env python3
from sys import stdin, stdout
from time import time
start = time()
for line in stdin:
stamp = time() - start
stdout.write(f"{stamp:0.6f} {line}")
The note is not visible to the blocked user.