k=0
while(k<10):
  print(k,end=' ')
  k=k+1
➡️ 0 1 2 3 4 5 6 7 8 9

Write down the output of the following program. (press enter to proceed)

score:

Q.1

➡️

while (exercises)