Dictionary Python Tutorial

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