3.3. Strings#
In the previous section, we introduced two types of variables that express numbers: int and float. To express letters, words, and sentences, we use the string type. This section explains different methods to create strings, and to combine strings and numbers.