Albin Jose@kerala.party to Programmer Humor@lemmy.ml · 1 year agoBehind The Sceneskerala.partyimagemessage-square51fedilinkarrow-up1864arrow-down120
arrow-up1844arrow-down1imageBehind The Sceneskerala.partyAlbin Jose@kerala.party to Programmer Humor@lemmy.ml · 1 year agomessage-square51fedilink
minus-squarenieceandtows@programming.devlinkfedilinkarrow-up25arrow-down2·edit-21 year agotarget = 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')
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up11·edit-21 year agofrom 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')
minus-squaremrsgreenpotato@discuss.tchncs.delinkfedilinkarrow-up6·1 year agoYou called progress instead of print function at the end.
minus-squarefluxion@lemmy.worldlinkfedilinkEnglisharrow-up20·1 year agoWe’ll fix it in post-production
minus-squareboiledfrog [he/him, undecided]@hexbear.netlinkfedilinkarrow-up1·edit-21 year agoprint("HACK FAILED LOSER")
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up5·1 year agoprint('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.
minus-squareclearedtoland@lemmy.worldlinkfedilinkEnglisharrow-up7arrow-down3·1 year agoAhh a man of culture, I see. …Wait. Do we do that here?
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')
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.
We’ll fix it in post-production
aw man
print("HACK FAILED LOSER")
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?