ツンデレ生成プログラム作った
import random
td=["ツン","デレ"]
txt=""
while "ツンツンデレデレ" not in txt:
txt += random.choice(td)
print(txt)
鳥になりたい
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have 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