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