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')
Fonzie!
link
fedilink
21Y
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.

Ahh a man of culture, I see.

…Wait. Do we do that here?

@Bogus5553@lemm.ee
link
fedilink
11
edit-2
1Y
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')

You called progress instead of print function at the end.

print("HACK FAILED LOSER")

@fluxion@lemmy.world
link
fedilink
English
191Y

We’ll fix it in post-production

Create a post

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.6K Comments
  • Modlog