import random nazev1 = ["techno", "human", "01110011"] nazev2 = ["-utopian", "-dystopian", "01100001"] nazev3 = ["romance", "sad", "01100100 "] nazev4 = ["poem", "song"] kdo = ["I", "we","you"] codela =["dream", "think"] ocem = ["of world where", "of caravan at the end of the world where", "of cybernetic meadow where", " of melon sugar swimming pool where", "of an unholy abyss where", "of raveged ruins of humanity where", " of hyperreal deserts where"] jakekdoco = ["electronic", "wild", "programmable", "loving"] kdoco = ["computers", "mammals"] rlship = ["and", "with"] kdoco2 = ["machines", "people", "numbers", "bodies", "plants"] sloveso = ["live together", "die alone", "sleep", "feel the pain", "sing", "dance"] jak = ["in harmony", "peacefully", "in war", "in tune", "in unison", "in hostility", "resentfully"] ocem2 = ["of arcadia"] ocem3 = ["arcady", "acradyarcady", "arcadiaaarcady", "arcadyarcady", "arcadyarcadyarcady", "01100001 01110010 01100011 01100001 01100100 01101001 01100001", "drugs", "cigarettes", "money", "fashion", "euphoria"] ocem4 = ["arca", "euphor", "dia", "ia", "01110010", "01100100 01101001", "01100001", "0110", "0001", "you"] import time i = 1 while i <= 10: print((random.choice(nazev1) + random.choice(nazev2) + " " + random.choice(nazev3) + " " + random.choice(nazev4) + " \n \n \n \n" + random.choice(kdo) + "\n " + random.choice(codela) + "\n " + random.choice(ocem) + "\t " + random.choice(jakekdoco) + "\t \n " + random.choice(kdoco) + "\t " + random.choice(rlship) + "\t \n " + random.choice(jakekdoco) + "\n "+ random.choice(kdoco2) + " " + random.choice(sloveso) + "\n " + random.choice(jak) + "\n " + random.choice(jak) + "\n \n " + random.choice(kdo) + "\n \n " + random.choice(codela) + "\t \n " + random.choice(ocem2) + "\t " + random.choice(ocem3) + "\t \n " + random.choice(ocem3) + " \n " + random.choice(ocem4) + " \n " + random.choice(ocem4) + " \n " + random.choice(ocem4) + "\n \n \n \n \n \n ") ) time.sleep(10)