Dictionary Python Tutorial

d = dict.fromkeys(['name', 'age'], '(unknown)') 
print d.get('name')