如何使用Python获取for
中的第一个字符?
假设我们有number = ['078 823 42', '021 932 02']
For num in number:
- 在开始时以 07 获取数字并打印出来。
如果我使用它:
if num[0:2] == '07':
print(datas.append(num.string))
我收到此错误TypeError: unhashable type: 'slice'
我正在使用python 3.3和beautifulsoup