Changes

Jump to: navigation, search

OPS435 Python Lab 4

20 bytes removed, 13:01, 19 May 2017
Investigation 2 - Part 1 - String Basics
Strings are in their most basic form a list of characters, or a bit of text. Strings store text so that we can use them later. In this section we will cover more than just displaying that text to the screen. Here, we will go over cutting strings into sub-strings, joining strings together, searching through strings, and matching strings against patterns.
== Investigation 2 - Part 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.
str3
</pre>
 
 
== Investigation 2 - Part 1 - String Manipulation ==
13,420
edits

Navigation menu