document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. i = 31337
  2. j = 1
  3. answer = 0
  4. while i >= 1 and j <= 31337:
  5.     answer += (i/j)
  6.     i -= 1.0
  7.     j += 1.0
  8. print answer
');