198
edits
Changes
→PART 3 - String Formatting Expanded
:'''Perform the Following Steps'''
:#Start the ipython3 shell<source>
ipython3
</source>
print_with_borders()
</source>
#!/usr/bin/env python3
# Formatted Strings
:::*The values printed are center aligned by 20 characters
:::*The output must match the sample output EXACTLY if one character is off it will be wrong
run lab4e.py
|-------------Seneca College-------------|
|----------------------------------------|
</source>
import lab4e
dict_york = {'Address': '70 The Pond Rd', 'City': 'Toronto', 'Country': 'Canada', 'Postal Code': 'M3J3M6', 'Province': 'ON'}
|----------------------------------------|
</source>
cd ~/ops435/lab4/
pwd #confirm that you are in the right directory
python3 ./CheckLab4.py -f -v lab4e
</source>
<br><br>
= LAB 4 SIGN-OFF (SHOW INSTRUCTOR) =