A string is something that one can make words in without vars. At the same time, a print is a function that prints a string, number, or variable. In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. In Python or other higher languages, Strings can be created by enclosing characters inside a single quote or double-quotes. The System can access individual characters using indexing and a range of characters using slicing. Index starts from zero, and trying to access a character out of the index range will raise an IndexError. The index must be an integer.