python_ref_keyword_while.py:
x
 
x = 0
while x < 9:
  print(x)
  x = x + 1