Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 1)
1.
What is the data type of the following value: "Hello, World!"
String
List
Tuple
Dictionary
Answer: Option
Explanation:
"Hello, World!" is a string in Python. Strings are used to represent text data in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.