String Python Tutorial

print ('%+5d' % 10) + '\n' + ('%+5d' % -10)