Changes

Jump to: navigation, search

OPS435 Python Lab 4

2 bytes removed, 17:46, 12 February 2018
PART 1 - Strings and Substrings
course_name = 'Open System Automation'
course_code = 'OPS435'
course_number = '435'
</source>Strings can contain any '''characters''' inside them, whether they are '''letters''', '''numbers''', or '''symbols'''.
:#Strings can also be '''concatenated''' (i.e. "combined together") by using the '''+''' sign, just make sure string are only concatenating strings with strings (no lists, no numbers, no dictionaries, etc.):<source lang="python">

Navigation menu