Which two lines of code are valid strings in Python ?
'This is a string'"This is a string"
Reason — Strings are enclosed within single or double quotes.