single quote ' is for single characters double quote " is for strings (multiple characters) you can do "a" and 'a' but you can't do 'abc' that's one departure from python where these two things can be used for strings in a tomayto-tomahto way