def knights(): title = 'Sir' action = (lambda x: title + ' ' + x) return action act = knights()print act('robin')
Name (required)
email (will not be published) (required)
Website