sync zh/ en/ (#19918)

This commit is contained in:
行颠
2020-03-28 19:57:52 +08:00
committed by GitHub
parent 59cd0289fe
commit 2a8ad5e658
38 changed files with 1059 additions and 934 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)