Text race history for Sam (sameer_sam)

Back to text analysis page

import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")

Game Time WPM Accuracy
24 2023-09-28 06:17:21 33.13 96.6%
11 2023-09-24 07:48:04 35.73 97%