Hacker News new | ask | show | jobs
by Jtsummers 1988 days ago
Throw in two spaces before each code line and that will be formatted much better:

  with open("grab_dragon.sh", "w") as file1:
    for index in range(200):
      ...