left = '{:<50}'.format('your string')center = '{:^50}'.format('your string')right = '{:>50}'.format('your string') print(left)print(center)print(right)
Standard input is empty
your string your string your string
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!