1. for key in mydict == for key in mydict.keys()
2. mydict.keys(), mydict.values()
3. for (key, value) in mydict.items():