889
A fun simple game (i.imgur.com)
submitted 2 years ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 57 points 2 years 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

[-] [email protected] 28 points 2 years ago

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

[-] [email protected] 8 points 2 years ago

Delete a random one of the System DLLs

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

[-] [email protected] 1 points 2 years ago

Just delete hal.dll.

[-] [email protected] 4 points 2 years ago* (last edited 2 years ago)

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

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

Programmer Humor

24144 readers
2418 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 2 years ago
MODERATORS