How to solve the problem that printing in python format cannot be aligned?

Add width and center alignment to the school set.

Print ('{{:10d}}'. Format (school))

Semicolon stands for format.

Indicates center alignment (right alignment)

10d represents the width of 10.

This is my note, remember to adopt it.