fork download
  1. x = 1
  2. y = 2
  3. print x, y
  4. print x
  5. print y
  6.  
  7. #https://pt.stackoverflow.com/q/126146/101
Success #stdin #stdout 0.01s 6272KB
stdin
Standard input is empty
stdout
1212