k = 0 while (k < 5): print(k) k += 1 print('Code line after the while loop.')