51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#fromkes
python 快速创建字典 fromkes()
作用:快速创建字典特点:共用valueseq=['google','ie','firefox']#seq为可迭代对象(str,list,tuple,dict,set)dic=dict.fromkeys(seq)print(dic)#{'google':None,'ie':None,'firefox':None}dic2...
开发笔记
·
2024-08-31
python
快速
创建
字典
fromkes
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他