sync yaml py Dockerfile json with /en (#19882)

This commit is contained in:
行颠
2020-03-27 19:56:23 +08:00
committed by GitHub
parent 05d962d1d1
commit 0e17dd9098
29 changed files with 926 additions and 936 deletions
@@ -3,5 +3,5 @@
# Just prints standard out and sleeps for 10 seconds.
import sys
import time
print("Processing " + sys.stdin.lines())
print("Processing " + sys.stdin.readlines()[0])
time.sleep(10)