access all keys in dictionary python code example Example: get all keys and values from dictionary python #python 3 for k,v in dict.items(): print(k, v)