typeerror type complex doesn't define round method是什么意思Python
从字面的意思 ,就是 complex 这个类型没有 round 的函数。如果 a 是 complex , 你不能调用 a.round()