I'm trying to align the a phrase and cannot get past syntax errors. This is my code:
print(f'{Rodneys Pricing Table:^10}')
Is there something I'm missing here? I want the phrase "Rodneys Pricing Table" to print center-aligned.
I've tried everything I've learned so far in my introductory programming class, I had alignment exercises I did and now I cannot get it to work here.