How to align text in python

usually it starts with an effort but meh here ya go

print "  {name:<10} {points:<5}".format(name="Arsenal",points=90)

Leave a Comment