Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在ゲームに取り組んでおり、死ぬたびに方法がわかりません。毎回ランダムに変化するヒントを表示できます
LOOP = random.choice Hints = ("a", "b", "c", "d") #これは変更されますが、今のところ機能します rand_Hints = LOOP(Hints)