Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\魏荣\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 1705, in __call__
return self.func(*args)
File "D:/PYCHARM/PyCharm Community Edition 2019.3.2/09.py", line 124, in create_wordcloud
data = create_data()
File "D:/PYCHARM/PyCharm Community Edition 2019.3.2/09.py", line 114, in create_data
key, value = line[2], line[1]
IndexError: list index out of range
佬们这该怎么解决了