Changes

Jump to: navigation, search

OPS245 Lab 1 dev

74 bytes added, 14:07, 7 January 2023
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

Navigation menu