We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Concatenate
You are viewing a single comment's thread. Return to all comments →
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.