final = money(3,5)
print final
if final == 8:
print “whyyy” .center(54)
if final == 8:
print “true” .center(54)
print final * 3
so how would i get the print final* 3 to be in the middle right away when it prints. because when i click run it showes the answer(24) all the way to the left side. how can i get it to print in the middle.