Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 29)
29.
Which of the following is a valid Python string?
'Hello, World!"
"Hello, World!'
'Hello, World!'
None of these
Answer: Option
Explanation:
Both single and double quotes are valid for creating strings, but they must be matched properly.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.