5
votes
Why don’t popular programming languages use some other character to delimit strings?
Python does have an alternative string delimiter with the triple-double quote """Some String""".
Single quotes and double quotes are used in the majority of languages since that is the stan …
