I have this code for i in range(1111111111111111, 9999999999999999): print(i) I want to give an input which user will select how much value will the program gen
for i in range(1111111111111111, 9999999999999999): print(i)