7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
|
{
|
||
|
str4 = "Here are two quotation marks: \"\". Simple enough.",
|
||
|
str5 = "Here are three quotation marks: \"\"\".",
|
||
|
str6 = "Here are fifteen quotation marks: \"\"\"\"\"\"\"\"\"\"\"\"\"\"\".",
|
||
|
str7 = "\"This,\" she said, \"is just a pointless statement.\"",
|
||
|
}
|