from random import randint
x = randint(1,10)
for Name in range (x):
    print('My Name is Hasan')