numbers = {'one': 'eins', 'two': 'zwei', 'three': 'drei'} print('%(one)s %(two)s %(three)s' % numbers)