您能否建議如何在不重複先前值的情況下更新代碼。 import random import time while True : a=(random.randint(1,5)) #print('Number = '+str(a)) time.sleep(0.8) if ...
確定! 回上一頁