ApexAlphaThaddäus (killerofmemes)

Race #3

View Pit Stop page for race #3 by killerofmemesGhost race

View profile for ApexAlphaThaddäus (killerofmemes)

Official speed 27.51 wpm (66.30 seconds elapsed during race)
Race Start June 6, 2023 4:11:08pm UTC
Race Finish June 6, 2023 4:12:14pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 9.17
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)