Last active
August 29, 2015 14:00
-
-
Save d9k/11239273 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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'))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
гист - мегаудобная штука
gist is megahelping thing
few more keystrokes