Watch: Combining Dynamic Strings with Python

    Brett Romero
    Share

    Imagine we’ve been tasked with creating a company slogan. To allow some parts to change, we’ll use variables. Combining all of these parts into a great looking slogan will be done using string concatenation. Let’s jump in and see how its done.

    Loading the player…