The single quote is used to mark both the beginning and ending of a string. Characters within a string are not interpreted literally; the computer does not process things within a string.
a = 'hello' b = '3 * (1 + 4)'