DevType
排行榜
练习题
关于
公告
常见问题
技巧
中文
登录
main.py
Terminal
$
Loading...
Python
UTF-8
Ln 1
Spaces: 4
Loading
.
.
.
Preparing your code challenge
Play | DevType
Lv.5
Shell
关联数组
1
2
3
4
5
6
7
8
9
d
e
c
l
a
r
e
-
A
c
o
n
f
i
g
↵
c
o
n
f
i
g
[
"
h
o
s
t
"
]
=
"
l
o
c
a
l
h
o
s
t
"
↵
c
o
n
f
i
g
[
"
p
o
r
t
"
]
=
"
8
0
8
0
"
↵
c
o
n
f
i
g
[
"
u
s
e
r
"
]
=
"
a
d
m
i
n
"
↵
f
o
r
k
e
y
i
n
"
$
{
!
c
o
n
f
i
g
[
@
]
}
"
;
d
o
↵
e
c
h
o
"
$
k
e
y
=
$
{
c
o
n
f
i
g
[
$
k
e
y
]
}
"
↵
d
o
n
e
↵
e
c
h
o
"
K
e
y
s
:
$
{
!
c
o
n
f
i
g
[
@
]
}
"
↵
e
c
h
o
"
V
a
l
u
e
s
:
$
{
c
o
n
f
i
g
[
@
]
}
"
终端
$
▋
Shell
UTF-8
Ln 9
Spaces: 4
按任意键或点击开始按钮
开始
238 characters
提示:
按照显示的代码准确输入。使用
Tab
缩进,
Enter
换行。