Changes

Jump to: navigation, search

OPS435 Python Lab 4

1 byte added, 13:04, 19 May 2017
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'
13,420
edits

Navigation menu