a =" "
b = "     "
c =  "          "
j = "Joe sent me"
print (c* 7) + j
