为了账号安全,请及时绑定邮箱和手机立即绑定

这报的是什么错啊?代码如下:

这报的是什么错啊?代码如下:

阿波罗的战车 2023-04-22 17:13:17
>>> import networkx as nx>>> G1=nx.DiGraph>>> G1.add_edge(1,2)Traceback (most recent call last):File "<pyshell#2>", line 1, in <module>G1.add_edge(1,2)TypeError: unbound method add_edge() must be called with DiGraph instance as first argument (got int instance instead)
查看完整描述

2 回答

?
翻过高山走不出你

TA贡献1875条经验 获得超3个赞

第二行改一下:

G1=nx.DiGraph()

查看完整回答
反对 回复 2023-04-25
?
有只小跳蛙

TA贡献1824条经验 获得超8个赞

G1=nx.DiGraph()缺了()

查看完整回答
反对 回复 2023-04-25
  • 2 回答
  • 0 关注
  • 104 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信