Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~361 People Reached
About Me

Fun! Doing CS major!

Interests
Dance,computers,biology
PC Specs
4GB RAM,500 GB Hard Drive second generation i5 processor
Favorite Forums
Favorite Tags
Member Avatar for redcar2228

This is my code for creating a url list and Im getting an index out of range error? Please help! #! /usr/bin/env python import re TOTAL_PAGES = 619 idFile = open("listOfURLs2", "r") outFile = open("output", "w") idList = [] urlList = [] temp = "" tempStr = "" currentList = …

Member Avatar for snippsat
0
361