Albin Jose@kerala.party to Programmer Humor@lemmy.ml · 1 year agoBehind The Sceneskerala.partyimagemessage-square63fedilinkarrow-up1890arrow-down123
arrow-up1867arrow-down1imageBehind The Sceneskerala.partyAlbin Jose@kerala.party to Programmer Humor@lemmy.ml · 1 year agomessage-square63fedilink
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')
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')