Type Error : unsupported operand type(s) for +=: 'int' and 'str'

后端 未结 0 860
野性不改
野性不改 2020-12-29 12:21

I have problem with my syntax

my code : `def filtering (y): ratarata = rata_rata if y > ratarata: return True else: return False

y_terfilter = filter(filter

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