适用于python 2.7但不适用于python 3

时间:2018-07-10 14:20:50

标签: python-3.x python-2.7

我正在尝试创建一个字典,其中包含字符串的单词为 键和字数是键值。下面是我的代码。

dict1={letter:a.count(letter) for letter in a.split()}

出现以下错误:

AttributeError: 'list' object has no attribute 'split'

0 个答案:

没有答案