Open main menu

CDOT Wiki β

Changes

OPS245 Lab 1 dev

27 bytes added, 14:12, 7 January 2023
INVESTIGATION 5: Using Python Scripting to Generate System Information Reports
# Call the date command using the os module
os.system("date+'%A %B %d, %Y (%I:%M %p)'")
</pre>
<li>Save your script and run it again. Observe the output.</li>