Guest User

Untitled

a guest
Jan 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. usepackage[gobble=auto]{pythontex}
  2.  
  3. begin{document}
  4. Some text
  5. begin{pycode}
  6. import code
  7. print(1)
  8. #print(i)
  9. end{pycode}
  10. end{document}
Add Comment
Please, Sign In to add comment