Guest User

Untitled

a guest
Dec 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #+BEGIN_SRC python :results silent :session pysession
  2. def foo():
  3. for _ in range(1):
  4. pass
  5. return 1
  6.  
  7. print(foo())
  8. #+END_SRC
  9.  
  10. #+BEGIN_SRC python :results silent :session pysession
  11. def foo():
  12. return 1
  13.  
  14. print(foo())
  15. #+END_SRC
Add Comment
Please, Sign In to add comment