3. String: Data Type

String

- String is the data type.

- One or more characters in single, double, and triple quotes are called strings.

- Single line strings created with single and double quotes.

- Multi-line strings created with triple quotes.


Single Line:




Multi-line:



Comments