Strings Flashcards
1
Q
\n
A
prints a new line
2
Q
\t
A
tabs following content
3
Q
\s
A
adds a space
4
Q
\b
A
backspace
5
Q
% notation
A
way to quote strings: by using % (percent character) and specifying a delimiting character, for example: %{78% of statistics are “made up” on the spot} => “78% of statistics are "made up" on the spot”