715
edits
Changes
→INVESTIGATION 5: Using Python Scripting to Generate System Information Reports
# Import the Operating System module
import os
# Print a heading for the date command output
print('Current Date:')
# Call the date command using the os module