13,420
edits
Changes
→PART 1 - String Basics
== PART 1 - String Basics ==
:We can concatenate strings using the plus sign. Combining strings together to create a brand new string, strings are immutable just like tuples. This means everytime you change a string, you are actually creating a new string.
<pre>
str1 = 'Paul'