k = 0 while (k < 5): print(k) k += 1 print('Dette er foerste kodelinje etter while-loekka.')