fork download
  1. t = {1:1, 2:2, 3:3}
  2. print(t.keys()==t.values())
Success #stdin #stdout 0.02s 6948KB
stdin
Standard input is empty
stdout
True