I am trying to print something out in the console and want to make sure it is aligned properly. What I am getting is:

But what I want is for the Location.... to be all aligned. Not sure how to fix this. My code is:
print("{:>7}{:>60}".format(date, longitude))