Anonymous ID: 0efde2 March 8, 2020, 10:55 p.m. No.8354949   🗄️.is 🔗kun

>>8354832

Remember way back in the day on half when we got that asian kid a soul? He admitted to being a lizard brain before and could hardly remember life before we taught him the way of humans.

That was an awesome adventure.

Anonymous ID: 0efde2 March 9, 2020, 12:32 a.m. No.8355299   🗄️.is 🔗kun   >>5308

>>8355285

here you go:

 

i = 1

 

import time

 

amount = input("How many kikes do you want to generate?: ")

 

print("Generating Kikes")

 

time.sleep(2)

 

while i <= int(amount):

 

#Kike Name generator

 

import random

 

first = ("Abba", "Adam", "Aharon", "Ari", "David", "Noah", "Lucas", "Michael", "Liam", "Nathan")

 

third = ("Gold", "Silver", "Silber", "Rosen", "Rot", "Green", "Grun", "Juvel", "Schlomo", "Nathan")

 

last = ("faden", "berg", "stein", "garten", "baum", "weg", "izky", "wiz", "wizky", "soros")

 

firrst = random.choice(first)

 

thirrd = random.choice(third)

 

lasst = random.choice(last)

 

name = (firrst+" " +thirrd+lasst)

 

print("Spawning Jew: " + name)

 

time.sleep(1)