fork download
  1. m = {aa: 11, bb: 22}
  2. p a = m.values
Success #stdin #stdout 0.01s 6484KB
stdin
Standard input is empty
stdout
[11, 22]