858
Behind The Scenes (kerala.party)
you are viewing a single comment's thread
view the rest of the comments
[-] nieceandtows@programming.dev 26 points 11 months ago* (last edited 11 months ago)
target = input("Enter target to hack:")

print(f'--Hacking {target}--')
print('initiating ~~anal penetration~~ backdoor entry')

for progress in range(0,100,20):
    print(f'Hacking {target}: {progress}%')
print(f'{target} hacked successfully')
[-] Bogus5553@lemm.ee 11 points 11 months ago* (last edited 11 months ago)
from random import uniform
from time import sleep

target = input("Enter target to hack:")

print(f'--Hacking {target}--')
print('initiating ~~anal penetration~~ backdoor entry')

for progress in range(0,100,20):
    print(f'Hacking {target}: {progress}%')
    sleep(uniform(1,3))
print(f'{target} hacked successfully')
[-] mrsgreenpotato@discuss.tchncs.de 6 points 11 months ago

You called progress instead of print function at the end.

[-] fluxion@lemmy.world 19 points 11 months ago

We'll fix it in post-production

[-] boiledfrog@hexbear.net 1 points 11 months ago* (last edited 11 months ago)

print("HACK FAILED LOSER")

[-] lord_ryvan@ttrpg.network 5 points 11 months ago
print('initiating ~~anal penetration~~ backdoor entry')

Are we hacking or shooting a gay porn? I'm fine either way, I just need to know which basement I get in.

[-] clearedtoland@lemmy.world 4 points 11 months ago

Ahh a man of culture, I see.

…Wait. Do we do that here?

this post was submitted on 02 Oct 2023
858 points (97.5% liked)

Programmer Humor

32054 readers
1663 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS