单项选择题

在Python中,以下哪个语句用于在满足特定条件时提前退出循环?()

A.break
B.continue
C.pass
D.return