Open main menu

CDOT Wiki β

Changes

OPS245 Lab 1 dev

46 bytes added, 14:12, 7 January 2023
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>