code
import time
def test():
for i in range(100):
print(i)
time.sleep(1)
# starting time
start = time.time()...
For further actions, you may consider blocking this person and/or reporting abuse
No timeit... anything? Seriously?