• + 3 comments

    what does the [1] after split() do??

    • + 1 comment
      [deleted]
      • + 0 comments

        here is solution of problem Zipped in python 2 and python 3 https://solution.programmingoneonone.com/2020/06/hackerrank-zipped-problem-solution-python.html

    • + 0 comments

      as the input for number of students and subjects is given in same line, OP is spliting the input string into list and taking 2nd element of the list to iterate those many times.

    • + 0 comments

      here is problem solution in python programming. https://programs.programmingoneonone.com/2021/02/hackerrank-zipped-solution-python.html