|
|
|
|
|
by ixwt
4217 days ago
|
|
Normally you would place a variable there, such as x or y. But in this case, the variable doesn't matter. You aren't using it in the function call. You're telling the programming the variable for the for loop that it doesn't matter. |
|