randomを使い大吉、小吉 中吉を表すpython programを作って見る

>>>import random

    kaji=(”大吉",”中吉”,””小吉","凶"]

    print(random.choice,(kuji))

 

これを実行する。