🌈 搜索
📅  最后修改于: 2022-03-11 14:46:41.781000             🧑  作者: Mango
import time print("Printed immediately.") time.sleep(2.4) print("Print after 24 Seconds")