Python 3定時輸入我想要做的是用輸入來問用戶一個問題。例如:print('some scenario')prompt = input("You have 10 seconds to choose the correct answer...\n")如果時間流逝,打印如下print('Sorry, times up.')如果能幫助我找到正確的方向,我將不勝感激。
Python 3定時輸入
PIPIONE
2019-07-16 10:15:40