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)