New Scratcher Joined 2 years, 2 months ago United States
SELF-INFLICTED SPAMfrom time import sleepspam = int(input('type a number of how much spam u want'))print('imma crash ur computer')sleep(1)count = 0
CONT'Dwhile True:if count <= spam:print(f'this is spam number {count}, hehe')count += 1sleep(0.5)else:break