Python 'AttributeError: 'function' object has no attribute 'min''

后端 未结 6 2360
予麋鹿
予麋鹿 2021-02-07 15:12

Firstly, apologies for how obvious these two questions seem to be; I\'m very very new to this and don\'t have a clue what I\'m doing.

I\'m trying to write something to a

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 15:28

    I got the similar issue.

    My error was I named a variable and function name as same.

    I corrected that and error vanished.

提交回复
热议问题