Comment écraser un PC à l'aide de Python

import os

while True(): #until the computer crashes
	os.system("start") #will open many windows, takes about 500 windows to crack a normal computer
    
Delightful Deer