Guest User

Untitled

a guest
Mar 15th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. def func():
  2.     "this is a docstring."
  3.     pass
  4.     "This is not a docstring!"
  5.     pass
  6.     """Even if you started a triple-quote,
  7. it still is not a docstring!"""
Advertisement
Add Comment
Please, Sign In to add comment