代码是:
import random , time while True: for i in range(6): print(random.randint(0,9), end=" ") time.sleep(2) print(" ")
Output1 Output2 etc.
我希望Output2覆盖Output1 谢谢!