t[0] = 0
t3 = t1 + t2
del t
a | b
a & b
a-b
b-a
a ^ b
sorted(num)
sorted(num.value)
sorted(num.items(), key=lambda x:x[1])