#!/usr/local/bin/python3 with open(__file__) as f: print '\n'.join(f.read().split('\n')[1:])