Programming (11th Grade)
Strings
Which of the following is not a valid way to create a string in Python?
'Hello'
"Hello"
'''Hello'''
Hello
Next