Lena (lenag)

Race #3

View Pit Stop page for race #3 by lenagGhost race

View profile for Lena (lenag)

Official speed 54.62 wpm (33.39 seconds elapsed during race)
Race Start November 3, 2017 10:00:30pm UTC
Race Finish November 3, 2017 10:01:03pm UTC
Outcome No win (2 of 5)
Opponents 1. hilsny (59.08 wpm)
Accuracy 95.0%
Points 18.21
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)