solved
I was making a fusker app, heres the final version
CODEfilename = "PyFusk.html"
done = 0
namelist = []
a = raw_input("Whats the URL? (Example: http://google.com/image0) ")
b = input("Starting number? (No zeroes before the first real number, you must include that in the first question) ")
c = input("Ending number? ")
d = raw_input("Image format? ")
while not done:
 Âif b < c:
   Âe = b
   Ânamelist.append('
')
   Âb += 1
 Âelse:
   Âdone = 1
   Âprint "Finished."
 ÂFILE = open(filename,"w")
 ÂFILE.writelines(namelist)
 ÂFILE.close()
I was making a fusker app, heres the final version
CODEfilename = "PyFusk.html"
done = 0
namelist = []
a = raw_input("Whats the URL? (Example: http://google.com/image0) ")
b = input("Starting number? (No zeroes before the first real number, you must include that in the first question) ")
c = input("Ending number? ")
d = raw_input("Image format? ")
while not done:
 Âif b < c:
   Âe = b
   Ânamelist.append('
')
   Âb += 1
 Âelse:
   Âdone = 1
   Âprint "Finished."
 ÂFILE = open(filename,"w")
 ÂFILE.writelines(namelist)
 ÂFILE.close()
