Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
c679227e31245b0e8dec74a1f7cc77710541d985
/
.
/
Lib
/
test
/
test_asyncio
/
echo.py
blob: f6ac0a30d341cb3a6b1671c12f68d2d07b6bce5d [
file
]
import
os
if
__name__
==
'__main__'
:
while
True
:
buf
=
os
.
read
(
0
,
1024
)
os
.
write
(
1
,
buf
)