fork download
  1. foo = "bar"
  2. bar = 1234
  3. print(eval(foo))
  4.  
Success #stdin #stdout 0.02s 27704KB
stdin
Standard input is empty
stdout
1234