Concatenate

  • [deleted]Challenge Author
    + 1 comment

    it means that you are looping in the determined range but you are not going to use the index or the object during the loop, so you simply loop a certain number of times e.g range(a), but in this case only to read the input from the keyboard,hope i explained it sufficiently.