384
edits
Changes
pre tag will preserve the four space indent for python IIRC
<code style="color:#3366CC;font-family:courier;font-size:.9em;margin-left:20px;font-weight:bold;">
<br>
<prestyle="color:#3366CC;font-family:courier;font-size:.9em;margin-left:20px;>#!/usr/bin/env python3<br><br># Author: *** INSERT YOUR NAME ***<br># Date: *** CURRENT DATE ***<br>#<br># Purpose: Creates system info report<br>#<br># USAGE: ./myreport.py<br>
</pre>
</li>
<li>Add a line that will print out the heading '''System Report'''<br />