http://www.cnblogs.com/kaituorensheng/archive/2013/01/24/2875456.html
d
=
{
‘a‘
:
1
,
‘b‘
:
2
,
‘c‘
:
3
}
for
i
in
d.keys():
print
(i,d[i])
时间: 2024-10-07 05:13:03
http://www.cnblogs.com/kaituorensheng/archive/2013/01/24/2875456.html
d
=
{
‘a‘
:
1
,
‘b‘
:
2
,
‘c‘
:
3
}
for
i
in
d.keys():
print
(i,d[i])