Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python read from stdin

import sys
data = sys.stdin.readlines()
 
PREVIOUS NEXT
Tagged: #python #read #stdin
ADD COMMENT
Topic
Name
3+7 =