ツンデレ生成プログラム作った
import random
td=["ツン","デレ"]
txt=""
while "ツンツンデレデレ" not in txt:
txt += random.choice(td)
print(txt)
鳥になりたい
Go to list of users who liked
More than 1 year has passed since last update.
ツンデレ生成プログラム作った
import random
td=["ツン","デレ"]
txt=""
while "ツンツンデレデレ" not in txt:
txt += random.choice(td)
print(txt)
鳥になりたい
Register as a new user and use Qiita more conveniently
Go to list of users who liked