fork download
  1. a = 'norkoman chtole'
  2. print(id(a))
  3. globals()['b'] = globals().pop('a')
  4. print(id(b), b)
Success #stdin #stdout 0.03s 9160KB
stdin
Standard input is empty
stdout
23095498162608
23095498162608 norkoman chtole