每当我尝试使用以下代码将三重添加到商店中时,都会出现以下错误。你能在这方面帮助我吗?提前致谢。
store = plugin.get('IOMemory',Store)()
store.add((abc, FOAF['knows'],def))
Error:
Traceback (most recent call last):
File "C:\Python27\internetcode.py", line 114, in <module>
store.add((abc, FOAF['knows'],def))
TypeError: add() takes at least 3 arguments (2 given)