IndexError: List Index Out of Range in Python 3 While Using For Loop

前端 未结 0 1813
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 00:24

I was solving a problem and then I came across an error. My Code:

tc = int(input())
for tc_ct in range(tc):
    s = input().split()
    n = len(s)
    edited_         


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