Changes

Jump to: navigation, search

OPS435 Python Lab 4

40 bytes added, 08:43, 21 June 2017
PART 1 - Strings and Substrings
course_code = 'OPS435'
course_number = 435
</source>Strings can contain any '''characters ''' inside them, whether they are '''letters''', '''numbers''', or '''symbols'''. In our ipython3 shell the values inside each string variable can be seen just by typing the string variable name. However, when writing python scripts, these string variables should be placed inside '''print()''' functions in order to display on the screen.<br><br> Strings can also be '''concatenated''' (i.e. "combined together") by using the '''+''' sign, just make sure string are only concatenating other strings(no lists, no numbers, no dictionaries, etc.).<br><br>
:#To demonstrate, issue the following:<source>
course_name
13,420
edits

Navigation menu