Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def main(arg1, arg2):
  2. """An example directive.
  3.  
  4. These functions return a string that replaces the original
  5. directive in the Markdown source file.
  6. """
  7. return 'this is a string'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement