+ 1
1 good habit.. Python will accept both single quote and double quote as a string.
name="Justin"
name='Justin'
When you move onto other languages, single quote is used for Chars and double is used for strings. using only double quote for strings is a good habit to get into now even tho python allows single