715
edits
Changes
→INVESTIGATION 5: Using Python Scripting to Generate System Information Reports
os.system("date +'%A %B %d, %Y (%I:%M %p)'")
</pre>
<li>Save your script and run it again. Observe the output. What do you think the os.system command did?</li>
<li>Based on the above example and output, add the extra commands for your python script to also output (with appropriate headings):
<ul>