Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

for _ in range

When you are not interested in some values returned by a function we use underscore in place of variable name . 
Basically it means you are not interested in how many times the loop is run till now just that it should run some specific number of times overall.

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #range
ADD COMMENT
Topic
Name
6+2 =