mano cb1 (não uso cheater) (teste3)

Race #4

View Pit Stop page for race #4 by teste3Ghost race

View profile for mano cb1 (não uso cheater) (teste3)

Official speed 34.93 wpm (52.91 seconds elapsed during race)
Race Start September 28, 2011 4:02:57pm UTC
Race Finish September 28, 2011 4:03:50pm UTC
Outcome Win (1 of 3)
Accuracy 89.0%
Points 0.00
Text #10002 (Length: 154 characters)

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")