So, I did a bit of research on this, and the only way I can find to define a for loop in Python is to use for iteratorVariable in someArray... And this
for
for iteratorVariable in someArray