Error: '>=' not supported between instances of 'type' and 'int'

前端 未结 0 1942
天命终不由人
天命终不由人 2021-01-02 10:25

My code is in file Test.py

score = [int]*3
MyLib.calculate(score)

And this the code in MyLib.py

def calculate (x) :
    n = 0
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题