YOU’RE LEARNING TO↗learner can create strings using single, double, and triple quotes
↗learner can explain why strings are immutable and what that means in practice
↗learner can use escape sequences including \n, \t, and \\
↗learner can combine strings with concatenation and repetition and test membership with in