+ 1
“ and ‘
What’s the difference between “hi” and ‘hi’?
3 Antwoorden
+ 33
What programming language? It depends on it.
Python treats single quotes the same as double quotes, so there's no difference.
- 1
Phyton
What’s the difference between “hi” and ‘hi’?