Result Size: 625 x 571
demo_ref_keyword_for.py:
x
 
for x in range(1, 9):
  print(x)
C:\Users\My Name>python demo_keyword_for.py
1
2
3
4
5
6
7
8