Computer Science
Answer
| Strings | Tuples |
|---|---|
| A sequence of characters used to represent text. | An ordered collection of elements that can include different data types. |
| Strings are defined using single quotes ' ', double quotes " ", or triple quotes ''' ''' for multi-line strings. | Tuples are defined using parentheses (). |