fork(1) download
  1. # your code goes here
  2. de={"aaa":"aa","bbb":["123","234"]}
  3. print(de.get("bbb"))
Success #stdin #stdout 0.02s 9236KB
stdin
Standard input is empty
stdout
['123', '234']