Facebook
From hiroyuki, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 111
  1. import sys
  2. import fileinput
  3. for a in fileinput.input():
  4.     print(a, end='')
  5.  

Replies to cat command in python rss

Title Name Language When
Re: cat command in python hiroyuki text 3 Years ago.