This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
trash = ":3.xddd.rate my desktop.senpai.anon-kun.:3333333.s-senpai.anime is technology.waifu.no bully.asuka.rei.miku.desu".split('.') | |
i = int(input("h-how much anime do you want senpai: ")) | |
print(" ".join( random.choice(trash) for _ in range(i) )) |