Python TypeError: can't multiply sequence by non-int of type 'float' What's wrong?

前端 未结 0 884
我在风中等你
我在风中等你 2021-01-02 05:10

New to Python I am trying to execute this piece of code:

         for row in range(2, sheet.max_row + 1):
             cell = sheet.cell(row, 3)
                      


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