This very simple code counts from 0 to 9. It performs similarly to a Python "for loop". eg. for a in range(10): print(a)