fork download
  1. x = {"one": 1, "two":2}
  2. print(x["one"] + x["two"])
Success #stdin #stdout 0.08s 8880KB
stdin
Standard input is empty
stdout
3