This file contains hidden or 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
from asyncore import loop | |
import random | |
print("----------------------------") | |
print("--- ランダム謝罪文メーカー ---") | |
print("----------------------------") | |
print("v1.6 500以下であれば強制的に単位を取り除くように、確率の調整、ワッカさん登場!!\nv1.5 一部のワードが生成されないバグを修正\nv1.4 生成回数の入力時、空白や数字以外を入力するとクラッシュするバグの修正(その場合のフレーバーテキストの追加)\nv1.3 生成回数の入力機能の追加\nv1.2 一部のワードが生成されないバグを修正\nv1.1 仮想通貨を追加\nv1.0 初版") | |
# ループ通して使用するデータの初期化 | |
str0=["本当に","誠に","この度は","この度は誠に",""] | |
str1=["ごめんなさい、","申し訳ございません、"] |