Skip to content

Instantly share code, notes, and snippets.

@d9k
Last active August 29, 2015 14:00
Show Gist options
  • Save d9k/11239273 to your computer and use it in GitHub Desktop.
Save d9k/11239273 to your computer and use it in GitHub Desktop.
#https://docs.python.org/2.7/howto/functional.html
#http://www.compileonline.com/execute_python_online.php
from __future__ import print_function
import operator
import itertools
print(list(itertools.islice(itertools.cycle('1234'), 2, 8)))
#for line in open('input.txt'):
# print(line)
map(print, list(open('input.txt')))
@d9k
Copy link
Author

d9k commented Apr 24, 2014

гист - мегаудобная штука
gist is megahelping thing

few more keystrokes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment