p = 0
max = 50
while p < max:
    print('spam and eggs')
    p += 1