老师,数据库我已经set up 好了,run的时候还是报错了,您能帮忙看看吗?
Traceback (most recent call last):
File "C:/workspace/python/DataAbalysisCode/excelproject.py", line 31, in <module>
db = dbhelper('127.0.0.1',3306, "root", "123456", "test")
TypeError: dbhelper() takes no arguments