0
Create a sting containing double quotes
Answer my question
3 odpowiedzi
+ 2
Please write a more specific question related to programming, and then a large number of programmers will be able to answer you.
+ 1
txt=' "double quotes" '
or
txt=" \" double quotes \" "
are valid
0
double quotes:
a = " this is my name "
single quotes:
a = ' this is my name '