cool for loop in python code example Example: how to make loops in python for x in range(0, 3): print("We're on time %d" % (x))