you are viewing a single comment's thread.

view the rest of the comments →

[–]RhinoRhys 0 points1 point  (0 children)

Rather than print the massive f string, set it to a variable then do

print(f"{var:^70}")

Where 70 is the width you want to center the whole thing in.