Text race history for __Tetris__ (tetrisiscool)

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
3 2024-05-31 05:38:09 65.22 97.6%