# for 迴圈 (6-18a.py)
for x in range(3):
    print('var x is', x)