group={'cv':'bn','ml':'kj','hg':'fd','sa':'po'}print(group.items())
Standard input is empty
dict_items([('cv', 'bn'), ('ml', 'kj'), ('hg', 'fd'), ('sa', 'po')])
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!