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