Sign in
android
/
platform
/
external
/
python
/
cpython3
/
9b87b28c9db70b0d7ad3704015087f54192e69d1
/
.
/
Lib
/
test
/
subprocessdata
/
input_reader.py
blob: 1dc3191ad183f751b4631462fbf3cb97b8c7de52 [
file
]
"""When called as a script, consumes the input"""
import
sys
if
__name__
==
"__main__"
:
for
line
in
sys
.
stdin
:
pass