As you remember from the previous session Variables, we learned that variables are meant to store information to be retrieved at a later time. Today we are going to have some fun manipulating variables. Lets start with concatenation. In python concatenation is simply attaching, combining or binding one or more string to another. We do…
Read more