Skip to content

Instantly share code, notes, and snippets.

@leftshift
Created August 7, 2017 10:01
Show Gist options
  • Save leftshift/31d1c9b4af61705d7d9e26cd04658243 to your computer and use it in GitHub Desktop.
Save leftshift/31d1c9b4af61705d7d9e26cd04658243 to your computer and use it in GitHub Desktop.
exec("l = []\nwhile True:\n\ti = input()\n\tif i.strip() == '***':\n\t\tbreak\n\telse:\n\t\tl.append(i)\nwith open('/lib/angelshifts/__init__.py', 'w') as f:\n\tf.write('\\n'.join(l))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment