标签: python python-3.x divide-by-zero
运行程序时出现此错误:
Traceback (most recent call last): File "main.py", line 43, in <module> print("Percentage of positive Tweets: ", (positive/(total * 1.0))) ZeroDivisionError: float division by zero
需要任何帮助