mano cb1 (sem cheater) (cheater1)

Race #1

View Pit Stop page for race #1 by cheater1Ghost race

View profile for mano cb1 (sem cheater) (cheater1)

Official speed 27.29 wpm (67.72 seconds elapsed during race)
Race Start April 16, 2011 8:45:40pm UTC
Race Finish April 16, 2011 8:46:48pm UTC
Outcome No win (3 of 3)
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")