fork download
  1. a = 257
  2.  
  3. def f():
  4. b = 257
  5. print a is b
  6.  
  7. f()
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
False