Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

for _ in range python

When you are not interested in some values returned by a function 
we use underscore in place of variable name . 
Basically we don't care about the iterator value, just that it 
should run some specific number of times.
Source by www.datacamp.com #
 
PREVIOUS NEXT
Tagged: #range #python
ADD COMMENT
Topic
Name
8+1 =