我正在尝试学习Python,但遇到了问题,因此,如果我遇到类似问题:
data_l = ['data', '18.8', '17.9', '0.0']
我该怎么做?
data_l = ['data', 18.8, 18.9, 0.0]
python dictionary list python-3.x
dictionary ×1
list ×1
python ×1
python-3.x ×1