Why is Python ignoring these operations?

前端 未结 0 1715
灰色年华
灰色年华 2020-12-29 02:17

So in this piece of code

    for c, a in enumerate(final): 
      passed = check(a, start, (((c+1)*tries)*100/cap))
      if passed:
        filtered_final.ap         


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