fork download
  1. group={'cv':'bn','ml':'kj','hg':'fd','sa':'po'}
  2. print(group.items())
  3.  
  4.  
  5.  
Success #stdin #stdout 0.07s 14088KB
stdin
Standard input is empty
stdout
dict_items([('cv', 'bn'), ('ml', 'kj'), ('hg', 'fd'), ('sa', 'po')])