2022-10-03
#+begin_src python :output result
import decimal
# So this ends up just being a fun little function ...
a = '0002 lkjsdf '.rstrip()
return f'{a}'
#+end_src
#+RESULTS:
: 0002 lkjsdf
#+begin_src python :output result
import decimal
# So this ends up just being a fun little function ...
a = '0002 lkjsdf '.rstrip()
return f'{a}'
#+end_src
#+RESULTS:
: 0002 lkjsdf