...

/

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

Question 1 of 80 attempted
Access this course and 1400+ top-rated courses and projects.