I know that to print center-aligned text in python, you can use a very simple function : .center(width). However I do have a problem with this function : it is
.center(width)