fork download
  1. httpurl = "http://o...content-available-to-author-only...t.ru/audio/Servantes/Don-Kihot/"
  2. httpurl = string(httpurl)
  3. mp3 = 1
  4. mp3 = int(mp3)
  5. ext = ".mp3"
  6. ext = string(ext)
  7. while mp3 < 332:
  8. final = httpurl+mp3+ext
  9. print final
  10. mp3 = mp3+1
  11.  
Runtime error #stdin #stdout 0.08s 10840KB
stdin
Standard input is empty
stdout
Standard output is empty