Changes

Jump to: navigation, search

OPS435 Python Lab 4

7 bytes removed, 23:42, 19 June 2017
PART 3 - String Formatting Expanded
</source>
:# The real power found in substrings goes beyond just manually writing index values and getting back words. The next part of this investigation will cover how to search through a string for a specific word, letter, number, and return the index to that search result.
:'''Create a Python Script Demostrating Substrings'''::'''Perform the Following Instructions''':::#Create the '''~/ops435/lab4/lab4d.py''' script. The purpose of this script is to demonstrate creating and manipulating strings. There will be four functions each will return a single string.:::#Use the following template to get started:<source>
#!/usr/bin/env python3
# Strings 1
:'''Perform the Following Steps:'''
:#Start the ipython3 shell<source>
ipython3
</source>
:'''Perform the Following Steps'''
:#Start the ipython3 shell<source>
ipython3
</source>
:::4. Before proceeding, make certain that you identify any and all errors in lab4e.py. When the checking script tells you everything is OK before proceeding to the next step.
<br><br>
 
= LAB 4 SIGN-OFF (SHOW INSTRUCTOR) =
198
edits

Navigation menu