Python | Variables Quiz | Question 23

Last Updated :
Discuss
Comments

How do you create a multiline string in Python?

"This is a multiline string"

'This is a multiline string'

"""This is a multiline string"""

(a and b)

Share your thoughts in the comments