Solved

Which of the Following Statements Is False

Question 7

Multiple Choice

Which of the following statements is false?


A) A string delimited by single quotes may include double-quote characters: print('Display "hi" in quotes')
B) A string delimited by double quotes may include single quote characters: print("Display the name O'Brien")
C) A string delimited by double quotes may not include double quotes.
D) To avoid using \' and \" inside strings, you can enclose such strings in triple quotes.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions