DevType
排行榜
练习题
关于
公告
常见问题
技巧
中文
登录
main.py
Terminal
$
Loading...
Python
UTF-8
Ln 1
Spaces: 4
Loading
.
.
.
Preparing your code challenge
SHELL Lv.5 | DevType
Lv.5
Shell
并行处理
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
p
r
o
c
e
s
s
_
f
i
l
e
(
)
{
↵
e
c
h
o
"
P
r
o
c
e
s
s
i
n
g
$
1
.
.
.
"
↵
s
l
e
e
p
1
↵
e
c
h
o
"
D
o
n
e
:
$
1
"
↵
}
↵
f
i
l
e
s
=
(
"
a
.
t
x
t
"
"
b
.
t
x
t
"
"
c
.
t
x
t
"
"
d
.
t
x
t
"
)
↵
p
i
d
s
=
(
)
↵
f
o
r
f
i
n
"
$
{
f
i
l
e
s
[
@
]
}
"
;
d
o
↵
p
r
o
c
e
s
s
_
f
i
l
e
"
$
f
"
&
↵
p
i
d
s
+
=
(
"
$
!
"
)
↵
d
o
n
e
↵
f
o
r
p
i
d
i
n
"
$
{
p
i
d
s
[
@
]
}
"
;
d
o
↵
w
a
i
t
"
$
p
i
d
"
↵
d
o
n
e
↵
e
c
h
o
"
A
l
l
c
o
m
p
l
e
t
e
"
终端
$
▋
Shell
UTF-8
Ln 15
Spaces: 4
按任意键或点击开始按钮
开始
268 characters
提示:
按照显示的代码准确输入。使用
Tab
缩进,
Enter
换行。