单项选择题

在Python中,如何暂停代码执行几秒?()

A.sleep(seconds)
B.time.sleep(seconds)
C.delay(seconds)
D.wait(seconds)