quote

Triple-double quote v.s. Double quote

Triple-double quote v.s. Double quote Question: What is the preferred way to write Python doc string? """ or " In the book Dive Into Python, the author provides the following example: def buildConnectionString(params): """Build a connection string from a dictionary of parameters. Returns string.""" In another chapter, the author provides another example: def stripnulls(data): "strip …

Total answers: 4