0
What is different between " and '
10 Réponses
+ 2
+ 1
Amazing how you explained
Thank you very much ♥️
+ 1
☺️☺️
+ 1
You can also use it in combination to print something in quotes
print("print 'something' in single quotes")
print('print "something" in double quotes')
If you use at least three single ' ' ' it means multi line comment. Often used for function description.
' ' '
some commented
text inside your
code
' ' '
#continue with code
+ 1
Matthias you're explaining amazingly well thank you ♥️☺️
0
A search bar always makes a difference. If it is used, anyways. You should be one of those.
0
You means there is not a big difference in it
0
No.
Just make sure to use the same ones to open and close.
Bad: "Hello!'
Good: "Hello!"
Good: "This is Paul's room"
0
I meant use the search bar next time.
0
You're welcome!😉