bred

Generation

generate functionTue, 17 Jan 2023

This function will generate random code infinitely to make it look like you're hacking.

from random import randint from time import sleep while True: print(str(randint(0, 1))*randint(0, 100)) sleep(.1)

Want to kickstart your project?Use the new AI Studio to create your code