from itertools import count

for i in count(0):

    print("1 w1ll n0t st0p")