+ 5
"Spamspam" and 'spamspam' are same or not?
2 Answers
+ 1
No , they are not same because in first string the first letter is capital i.e 'S' and in 2nd the first letter is in small format i.e 's'
Hope you like my answer. ^°_°^
+ 3
If you meant to ask whether "spamspam" and 'spamspam' are different, where the difference is only between single and double quotes, then the answer is: no, they are completely the same.
Python allows you to use both quoting styles to make it easier to use either quote inside strings surrounded by the other ones.