Single quotes (') and double quotes (") are equivalent in Python. Just make sure to use a pair of the same when declaring a string. Also, don't mistake double quotes (") for two single quotes in a row ('') like you are doing right now.
8th Sep 2016, 9:43 AM
Zen
+ 1
Single quotes and double quotes are same in Python.