generate functionSat, 12 Nov 2022

Check all hard drives for errors and print report to c:\hdcheck.txt. Restart the PC when finished.

def check_hdd(): print('checking hdd') print('finished checking') print('restarting pc') check_hdd()

Want to kickstart your project?Use the new AI Studio to create your code