887
A fun simple game (i.imgur.com)
you are viewing a single comment's thread
view the rest of the comments
[-] Synthead@lemmy.world 56 points 10 months ago

You'll get an OSError if you try to remove a directory with os.remove

https://docs.python.org/3/library/os.html#os.remove

[-] KairuByte@lemmy.dbzer0.com 28 points 10 months ago

I was gonna say, isn’t os.remove only for files? Docs say yes.

[-] Zron@lemmy.world 8 points 10 months ago

Delete a random one of the System DLLs

It’ll crash good and hard after a game or 2

[-] yum13241@lemm.ee 1 points 10 months ago

Just delete hal.dll.

[-] CivBase@lemmy.world 4 points 10 months ago* (last edited 10 months ago)

shutil.rmtree('C:\\Windows\\System32')

this post was submitted on 05 Oct 2023
887 points (97.8% liked)

Programmer Humor

18890 readers
960 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS