Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. def test(args):
  2.     '''This is a test doc-string'''
  3.  
  4.     # This is a test comment
  5.     print('Testing')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement