fork download
  1. a = range(10)
  2. b = range(10)
  3. c = range(9)
  4.  
  5. print(id(a))
  6. print(id(b))
  7. print(hash(a))
  8. print(hash(b))
  9. print(hash(c))
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
22540298878000
22540298878048
-6299899980521991026
-6299899980521991026
-7561100762938317593