No Sufficient Questions
1) What is the output of the following? i = 1 while True: if i%007 == 0: break print(i) i += 1