9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: python
|
||
|
# key: python
|
||
|
# condition: t
|
||
|
# --
|
||
|
#+begin_src python :session *Python*
|
||
|
$0
|
||
|
#+end_src
|