fork download
  1. # your code goes here
  2.  
  3. a = 666
  4. b = a
  5.  
  6. print a is b
Success #stdin #stdout 0.01s 6952KB
stdin
Standard input is empty
stdout
True