Changes

Jump to: navigation, search

OPS435 Python Lab 4

38 bytes added, 09:25, 21 June 2017
PART 1 - Strings and Substrings
first_word
print(first_word)
</source>The '''index ''' that is used inside of lists is to access <u>items</u> within a list, can also be used to access <u>characters </u> within a string. For praticepractice, let's create a new string, and start accessing the strings index.<br><br>:#Perform Issue the following:<source>
course_name = 'Open System Automation'
course_code = 'OPS435'
13,420
edits

Navigation menu