Matlab code
for cur=1 blah return
Python code
from numpy import array x = array([1,2,3,4,5]) for value in x: print value