python_ref_dictionary_fromkeys_2.py:
x
 
x = ('key1', 'key2', 'key3')
thisdict = dict.fromkeys(x)
print(thisdict)