Which of the following statements contain valid Python string literals?
Select all that apply:
string = 1234
string = 'We're #1!'
string = "We're #1!"
string = Hello, world.
string = 'Hello, world.'
string = "1234"
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?