...

/

Quiz Yourself on Strings and Regular Expressions

Quiz Yourself on Strings and Regular Expressions

Test your knowledge of strings and regular expressions.

We'll cover the following...

Quiz

1.

What is the correct way to store the string He said, "Let Us Python"?

A.
s1 = "He said, \"Let Us Python\""
B.
s2 = r'He said, "Let Us Python"'
C.

Both A and B

D.

None of the above


1 / 8