Open ErikBoesen opened 6 years ago
You use both ' and " throughout your Python code. You should choose one and stick to it. I like ' but there's a solid argument for using " also.
'
"
You use both
'
and"
throughout your Python code. You should choose one and stick to it. I like'
but there's a solid argument for using"
also.