这不是错误呀,很明显是输出的一个函数对象呀像这样:
def fun(): return "fun" print(fun) # output: <function fun at 0x104d1f0d0>
有帮助的话采纳一下哦!
这个像是打印的方法对象