• Home
  • What will be the output of the following code? i = 1 while True: if(1%2==0): break print(i) i += 2