Amit (amit__123)

Race #48

View Pit Stop page for race #48 by amit__123Ghost race

View profile for Amit (amit__123)

Official speed 33.27 wpm (54.82 seconds elapsed during race)
Race Start August 1, 2023 1:29:33pm UTC
Race Finish August 1, 2023 1:30:27pm UTC
Outcome No win (2 of 2)
Opponents 1. inusah (47.40 wpm)
Accuracy 92.0%
Points 11.09
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)