Drop first line by Vim Lover

import sys
for x in sys.stdin.readlines()[1:]:print x,

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page