Search Results

2
votes

Single quotes vs. double quotes in Python

Quoting the official docs at http://docs.python.org/ref/strings.html: In plain English: String literals c …