Solved

In Python, a String Literal Can Contain

Question 10

Multiple Choice

In Python, a string literal can contain


A) single quotes, when the string value is delimited by matching double quotes
B) double quotes, when the string value is delimited by matching single quotes
C) no quotes other than the quotes delimiting the string value
D) both (a) and (b)

Correct Answer:

verifed

Verified

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

Related Questions