fork download
  1. a = 4
  2. def test():
  3. print(a)
  4. #a = 3
  5. test()
Success #stdin #stdout 0.03s 9984KB
stdin
Standard input is empty
stdout
4