foo.py 78 B

12345678
  1. def foo():
  2. x = 3 + 3
  3. return x
  4. def bar():
  5. y = 2 + 2
  6. return y