#!/usr/bin/python def x(): """ This is a doc """ ''' Another doc.''' s = """line one line two line three ''' line five """ var = '''test''' """Third doc""" return s